mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-03-09 12:09:49 +01:00
Compare commits
2 Commits
4b06589b35
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
77df77f7a0
|
|||
|
5c264ffe90
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -3,7 +3,7 @@ name: Build container image
|
||||
on:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
- cron: '30 1 1 * *'
|
||||
push:
|
||||
paths:
|
||||
- "Containerfile"
|
||||
|
||||
@@ -13,6 +13,7 @@ dnf5 install -y \
|
||||
waybar \
|
||||
pavucontrol \
|
||||
cliphist \
|
||||
SwayNotificationCenter-git
|
||||
SwayNotificationCenter-git \
|
||||
foot
|
||||
|
||||
echo 'if [[ $(ps aux | grep hyprland | wc -l) -eq 1 ]]; then cd $HOME && echo "launch hyprland?" && read && systemd-run --user --service-type=exec --unit=hyprland --description="hyprland start service" hyprland ; fi' >> /etc/profile.d/launch_hyprland.sh
|
||||
|
||||
Reference in New Issue
Block a user