Add in quickshell and prepare hyprpanel for deprecation
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 9m40s
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 9m40s
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[Unit]
|
||||
Description=A panel bar branched from AGS maintained by Hyprland devs.
|
||||
Documentation=man:waybar(5)
|
||||
# order startup after WM
|
||||
After=graphical-session.target
|
||||
|
||||
|
18
files/systemd/user/quickshell.service
Normal file
18
files/systemd/user/quickshell.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[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/quickshell
|
||||
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
|
Reference in New Issue
Block a user