summaryrefslogtreecommitdiff
path: root/common/modules/mango/scripts.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-15 02:55:19 +0530
committerbrustybee <bee@4d2.org>2026-03-15 02:55:19 +0530
commit14b0ceb90c80793f013ebff6d824c2cead544501 (patch)
tree3474790722b4a9a00cc09f4ad2f0320a0fdaf4c0 /common/modules/mango/scripts.nix
parentf33743bfd1fa3924d67a33ea8816c1b45d92e6a1 (diff)
neovim matugen template
Diffstat (limited to 'common/modules/mango/scripts.nix')
-rw-r--r--common/modules/mango/scripts.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/modules/mango/scripts.nix b/common/modules/mango/scripts.nix
index edc9830..28a388e 100644
--- a/common/modules/mango/scripts.nix
+++ b/common/modules/mango/scripts.nix
@@ -132,7 +132,7 @@ let
local theme=$(get_val "theme")
local nl=$(get_val "nightlight")
- CHOICE=$(echo -e "Mode: $theme\nNight Light: $nl\nLayouts" | rofi -dmenu -p "Settings" -i)
+ CHOICE=$(echo -e "Mode: $theme\nNight Light: $nl\nWallpaper\nLayouts" | rofi -dmenu -p "Settings" -i)
case "$CHOICE" in
"Mode: "*)
@@ -146,6 +146,9 @@ let
set_val "nightlight" "on"; wlsunset -T 4500 &
fi
;;
+ "Wallpaper")
+ cmd_wall
+ ;;
"Layouts")
L=$(echo -e "tile\nmonocle\nscroller\ntgmix\ngrid\ndeck\ncenter tile\nright tile\nvertical scroller\nvertical tile\nvertical grid\nvertical deck" | rofi -dmenu -p "Layout")
case "$L" in