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

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