add awww (wallpaper daemon) to hyprland group, add opencode to optional software
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user