summaryrefslogtreecommitdiff
path: root/scripts/rofi-menu
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-19 19:26:28 +0530
committerryukamish <[email protected]>2026-04-19 19:26:28 +0530
commit484dcc01c26d2567048d5d279dfce25399d7a6be (patch)
treec7ca94149934ef2354bf3ead8c64ade78b485497 /scripts/rofi-menu
parent457a1eb0b6d1e835d04388b6ecea718817df1f62 (diff)
add: path fix for niriwall and idling toggle for swayidle
Diffstat (limited to 'scripts/rofi-menu')
-rwxr-xr-xscripts/rofi-menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rofi-menu b/scripts/rofi-menu
index 199a32c..cec9287 100755
--- a/scripts/rofi-menu
+++ b/scripts/rofi-menu
@@ -38,7 +38,7 @@ case "$menu_args" in
theme_args=$(printf '%b' '󰸉 Change Wallpaper\n Colorscheme' | rofi -dmenu -p '' -i)
case "$theme_args" in
*Change\ Wallpaper)
- ~/.local/bin/hyprwall
+ ~/.local/bin/niriwall
;;
*Colorscheme)
theme_args=$(printf '%b' 'Black Lotus\nCatppuccin Mocha\nDracula\nGruvbox Dark\nKanagawa\nRose Pine\nTokyonight' | rofi -dmenu -p 'Colorscheme: ' -i)