From 5b5fa9ad4ecb4faf5f0a741a6d120dece75dcd85 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 1 Nov 2025 10:37:26 +0100 Subject: [PATCH] [Astal] Fix launch on new astal version --- config/hypr/hyprland/general.conf | 4 ++-- scripts/restart-bar | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hypr/hyprland/general.conf b/config/hypr/hyprland/general.conf index 64add46..867d75e 100644 --- a/config/hypr/hyprland/general.conf +++ b/config/hypr/hyprland/general.conf @@ -13,9 +13,9 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = hypridle exec-once = nm-applet exec-once = nextcloud --background -exec-once = sleep 2 && bash -c "ags run -d ~/projects/dotfiles/config/astal/ --gtk4 >> /tmp/runner-log 2>&1" +exec-once = sleep 2 && bash -c "ags run -d ~/projects/dotfiles/config/astal/ --gtk 4 >> /tmp/runner-log 2>&1" # exec-once = sleep 2 && bash -c "ags run -d ~/projects/active/dotfiles/config/astal/ --gtk4" -exec-once = bash -c "ags run -d ~/projects/dotfiles/config/ags/notifications/ >> /tmp/notifier-log 2>&1" +exec-once = bash -c "ags run -d ~/projects/dotfiles/config/ags/notifications/ --gtk 3 >> /tmp/notifier-log 2>&1" # exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/" # ── wlhist ────────────────────────────────────────────────────────── diff --git a/scripts/restart-bar b/scripts/restart-bar index 2a7069d..93494ef 100755 --- a/scripts/restart-bar +++ b/scripts/restart-bar @@ -8,6 +8,6 @@ echo " killall gjs killall ags sleep 4 -ags run -d ~/projects/dotfiles/config/astal --gtk4 & disown +ags run -d ~/projects/dotfiles/config/astal --gtk 4 & disown sleep 2 -ags run -d ~/projects/dotfiles/config/ags/notifications & disown +ags run -d ~/projects/dotfiles/config/ags/notifications --gtk 3 & disown