Files
hydro-os/files/systemd/user/hyprpanel.service
Eriq Taing b1671e8c96
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Failing after 17s
Moved to base image for fedora provided by Red Hat. Removed some scripts and waybar for hyprpanel.
2025-05-18 16:04:08 -04:00

19 lines
605 B
Desktop File

[Unit]
Description=A panel bar branched from AGS maintained by Hyprland devs.
Documentation=man:waybar(5)
# 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