Add in quickshell and prepare hyprpanel for deprecation #49
@@ -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
|
@@ -9,4 +9,5 @@ modules:
|
||||
- flatpak-user-update.timer
|
||||
- swww.service
|
||||
- hyprpanel.service
|
||||
# - quickshell.service
|
||||
- hyprpolkitagent.service
|
@@ -3,13 +3,21 @@ modules:
|
||||
repos:
|
||||
copr:
|
||||
- solopasha/hyprland
|
||||
- errornointernet/quickshell
|
||||
install:
|
||||
packages:
|
||||
- aquamarine
|
||||
- hyprland-git
|
||||
- hyprpanel
|
||||
- hyprpolkitagent
|
||||
- hyprshot
|
||||
- hyprland-qt-support
|
||||
- hyprland-qtutils
|
||||
- xdg-desktop-portal-hyprland
|
||||
- swww
|
||||
- matugen
|
||||
|
||||
# hyprpanel
|
||||
- hyprpanel
|
||||
|
||||
# quickshell
|
||||
- quickshell
|
@@ -9,6 +9,19 @@ modules:
|
||||
- qt5-qtquickcontrols2
|
||||
- qt5-qtsvg
|
||||
|
||||
# added libraries for quickshell
|
||||
- qt5-qtimageformats
|
||||
- qt5-qtmultimedia
|
||||
- qt6-qtquickcontrols2
|
||||
- qt6-qtsvg
|
||||
- qt6-qtimageformats
|
||||
- qt6-qtmultimedia
|
||||
- qt6-qt5compat
|
||||
|
||||
# added for editing quickshell (qmlls)
|
||||
- qt5-qtdeclarative-devel
|
||||
- qt6-qtdeclarative-devel
|
||||
|
||||
# password keeper
|
||||
- kf6-kwallet
|
||||
- kwalletmanager
|
||||
|
Reference in New Issue
Block a user