From d7453565aeba11b1e055dfe2fa01d669afe84389 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 14 Aug 2025 19:20:51 -0400 Subject: [PATCH] removed hyprpanel and enabled quickshell --- files/systemd/user/hyprpanel.service | 18 ------------------ recipes/components/systemd-module.yml | 3 +-- recipes/dnf/hyprland.yml | 3 --- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 files/systemd/user/hyprpanel.service diff --git a/files/systemd/user/hyprpanel.service b/files/systemd/user/hyprpanel.service deleted file mode 100644 index ed00ad1..0000000 --- a/files/systemd/user/hyprpanel.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=A panel bar branched from AGS maintained by Hyprland devs. -# order startup after WM -After=graphical-session.target - -[Service] -Type=exec -# Repurpose XDG Autostart filtering -ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" "" -ExecStart=/usr/bin/hyprpanel -Restart=on-failure -Slice=app-graphical.slice - -[Install] -WantedBy=graphical-session.target -# Alternatively can be wanted by specific WMs' targets -# Should also be duplicated in 'After=' to avoid ordering loop -#WantedBy=wayland-session@hyprland.desktop.target \ No newline at end of file diff --git a/recipes/components/systemd-module.yml b/recipes/components/systemd-module.yml index cee6025..501ca3c 100644 --- a/recipes/components/systemd-module.yml +++ b/recipes/components/systemd-module.yml @@ -8,6 +8,5 @@ modules: enabled: - flatpak-user-update.timer - swww.service - - hyprpanel.service - # - quickshell.service + - quickshell.service - hyprpolkitagent.service \ No newline at end of file diff --git a/recipes/dnf/hyprland.yml b/recipes/dnf/hyprland.yml index 3035b65..b3d48c9 100644 --- a/recipes/dnf/hyprland.yml +++ b/recipes/dnf/hyprland.yml @@ -16,8 +16,5 @@ modules: - swww - matugen - # hyprpanel - - hyprpanel - # quickshell - quickshell \ No newline at end of file