add awww (wallpaper daemon) to hyprland group, add opencode to optional software

This commit is contained in:
2026-05-28 18:09:01 +02:00
parent a819973018
commit 832cad605a
2 changed files with 4 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ get_group_packages() {
brightnessctl playerctl \ brightnessctl playerctl \
grim slurp swappy hyprshot \ grim slurp swappy hyprshot \
wl-clipboard libnotify sshpass \ wl-clipboard libnotify sshpass \
hyprpolkitagent aylurs-gtk-shell hyprpolkitagent aylurs-gtk-shell awww
;; ;;
gpu) gpu)

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
module_description() { module_description() {
printf "Additional Software (Obsidian, Neovim, VS Code, Spotify, Brave, Chromium, VLC, PipeWire, Docker, Blender)\n" printf "Additional Software (Obsidian, Neovim, VS Code, Spotify, Brave, Chromium, VLC, PipeWire, Docker, Blender, opencode)\n"
} }
module_required() { return 1; } module_required() { return 1; }
@@ -30,7 +30,8 @@ module_main() {
"VLC" \ "VLC" \
"PipeWire Tools" \ "PipeWire Tools" \
"Docker" \ "Docker" \
"Blender" "Blender" \
"opencode"
)" )"
if [[ -z "$choices" ]]; then if [[ -z "$choices" ]]; then