From 832cad605a9310a05634a2c6bb4e91ec3685bc1b Mon Sep 17 00:00:00 2001 From: Pepe44DEV Date: Thu, 28 May 2026 18:09:01 +0200 Subject: [PATCH] add awww (wallpaper daemon) to hyprland group, add opencode to optional software --- modules/core/packages.sh | 2 +- modules/optional/install.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/core/packages.sh b/modules/core/packages.sh index 2e9d764..5657668 100755 --- a/modules/core/packages.sh +++ b/modules/core/packages.sh @@ -134,7 +134,7 @@ get_group_packages() { brightnessctl playerctl \ grim slurp swappy hyprshot \ wl-clipboard libnotify sshpass \ - hyprpolkitagent aylurs-gtk-shell + hyprpolkitagent aylurs-gtk-shell awww ;; gpu) diff --git a/modules/optional/install.sh b/modules/optional/install.sh index 4a17abe..e172c21 100755 --- a/modules/optional/install.sh +++ b/modules/optional/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash 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; } @@ -30,7 +30,8 @@ module_main() { "VLC" \ "PipeWire Tools" \ "Docker" \ - "Blender" + "Blender" \ + "opencode" )" if [[ -z "$choices" ]]; then