mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-03-09 12:09:49 +01:00
Compare commits
4 Commits
32175eeed0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
77df77f7a0
|
|||
|
5c264ffe90
|
|||
|
4b06589b35
|
|||
|
5e8775cf20
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -3,7 +3,7 @@ name: Build container image
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *'
|
- cron: '30 1 1 * *'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "Containerfile"
|
- "Containerfile"
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control \
|
|||||||
gnome-shell-extension-appindicator
|
gnome-shell-extension-appindicator
|
||||||
dnf5 install -y \
|
dnf5 install -y \
|
||||||
totem \
|
totem \
|
||||||
nautilus \
|
|
||||||
seahorse \
|
seahorse \
|
||||||
gstreamer1-plugin-libav
|
gstreamer1-plugin-libav
|
||||||
|
|
||||||
|
|||||||
@@ -8,10 +8,12 @@ dnf5 install -y \
|
|||||||
hyprland \
|
hyprland \
|
||||||
hypridle \
|
hypridle \
|
||||||
hyprlock \
|
hyprlock \
|
||||||
|
hyprshot \
|
||||||
hyprpolkitagent \
|
hyprpolkitagent \
|
||||||
waybar \
|
waybar \
|
||||||
pavucontrol \
|
pavucontrol \
|
||||||
cliphist \
|
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
|
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
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ dnf5 install -y \
|
|||||||
flatpak \
|
flatpak \
|
||||||
chromium \
|
chromium \
|
||||||
pciutils \
|
pciutils \
|
||||||
|
nautilus \
|
||||||
tailscale \
|
tailscale \
|
||||||
podman-compose \
|
podman-compose \
|
||||||
netcat tor torbrowser-launcher \
|
netcat tor torbrowser-launcher \
|
||||||
|
|||||||
Reference in New Issue
Block a user