From 05211ae180a66a5e22bbb93eb28a95300c52b854 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 14 Aug 2025 20:46:08 -0400 Subject: [PATCH] remove-hyprpanel (#55) Reviewed-on: https://git.hydrosaber.com/eriq12/hydro-os/pulls/55 Co-authored-by: Eriq Taing Co-committed-by: Eriq Taing --- files/systemd/user/hyprpanel.service | 18 ------------------ recipes/components/systemd-module.yml | 3 +-- recipes/dnf/applications.yml | 7 +++---- recipes/dnf/hyprland.yml | 3 --- recipes/dnf/themes.yml | 3 ++- 5 files changed, 6 insertions(+), 28 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/applications.yml b/recipes/dnf/applications.yml index 63b4db0..b733cc0 100644 --- a/recipes/dnf/applications.yml +++ b/recipes/dnf/applications.yml @@ -4,7 +4,6 @@ modules: nonfree: rpmfusion files: - codium.repo - - https://openrazer.github.io/hardware:razer.repo copr: - mavit/discover-overlay keys: @@ -25,6 +24,9 @@ modules: - ffmpegthumbnailer + # music / video player + - vlc + # text editor - neovim - codium @@ -60,9 +62,6 @@ modules: - gamescope # for performance view - mangohud - - # simple editing softare - - avidemux remove: packages: 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 diff --git a/recipes/dnf/themes.yml b/recipes/dnf/themes.yml index 73839d9..c961866 100644 --- a/recipes/dnf/themes.yml +++ b/recipes/dnf/themes.yml @@ -13,4 +13,5 @@ modules: - fontawesome-fonts-all - gnome-themes-extra - papirus-icon-theme - - bibata-cursor-themes \ No newline at end of file + - bibata-cursor-themes + - material-icons-fonts \ No newline at end of file