diff options
| author | ryukamish <[email protected]> | 2026-04-19 19:26:28 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-19 19:26:28 +0530 |
| commit | 484dcc01c26d2567048d5d279dfce25399d7a6be (patch) | |
| tree | c7ca94149934ef2354bf3ead8c64ade78b485497 /scripts/rofi-menu | |
| parent | 457a1eb0b6d1e835d04388b6ecea718817df1f62 (diff) | |
add: path fix for niriwall and idling toggle for swayidle
Diffstat (limited to 'scripts/rofi-menu')
| -rwxr-xr-x | scripts/rofi-menu | 2 |
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) |
