Compare commits

..

2 Commits

Author SHA1 Message Date
fcf019fddf Switching back to ubuntu-latest to attempt to use rechunk
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 17s
2025-07-30 02:24:09 -04:00
eabd27c3c8 Attempt rechunking again
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 57s
2025-07-28 10:41:19 -04:00
6 changed files with 4 additions and 42 deletions

View File

@@ -43,3 +43,4 @@ jobs:
# enabled by default, disable if your image is small and you want faster builds # enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true maximize_build_space: true
rechunk: true

View File

@@ -1,5 +1,6 @@
[Unit] [Unit]
Description=A panel bar branched from AGS maintained by Hyprland devs. Description=A panel bar branched from AGS maintained by Hyprland devs.
Documentation=man:waybar(5)
# order startup after WM # order startup after WM
After=graphical-session.target After=graphical-session.target

View File

@@ -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/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

View File

@@ -9,5 +9,4 @@ modules:
- flatpak-user-update.timer - flatpak-user-update.timer
- swww.service - swww.service
- hyprpanel.service - hyprpanel.service
# - quickshell.service
- hyprpolkitagent.service - hyprpolkitagent.service

View File

@@ -3,21 +3,13 @@ modules:
repos: repos:
copr: copr:
- solopasha/hyprland - solopasha/hyprland
- errornointernet/quickshell
install: install:
packages: packages:
- aquamarine - aquamarine
- hyprland-git - hyprland-git
- hyprpanel
- hyprpolkitagent - hyprpolkitagent
- hyprshot - hyprshot
- hyprland-qt-support - hyprland-qt-support
- hyprland-qtutils - hyprland-qtutils
- xdg-desktop-portal-hyprland - xdg-desktop-portal-hyprland
- swww
- matugen
# hyprpanel
- hyprpanel
# quickshell
- quickshell

View File

@@ -9,19 +9,6 @@ modules:
- qt5-qtquickcontrols2 - qt5-qtquickcontrols2
- qt5-qtsvg - 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 # password keeper
- kf6-kwallet - kf6-kwallet
- kwalletmanager - kwalletmanager