diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-09-07 21:17:26 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-09-08 12:03:27 +0200 |
| commit | ab6d61c5fc5f8adebd46691f94cf35c32ae631db (patch) | |
| tree | 20c5bfde9157d0e840ab53fc5059c592656f9eac /scripts/wallpapermenu | |
| parent | e958146735f214509d3996a21a1adfb950e415b8 (diff) | |
| download | dotfiles-ab6d61c5fc5f8adebd46691f94cf35c32ae631db.tar.gz dotfiles-ab6d61c5fc5f8adebd46691f94cf35c32ae631db.zip | |
changed a bunch of things
updated the Wallpaper Menu and adjusted other things
Diffstat (limited to '')
| -rwxr-xr-x | scripts/wallpapermenu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wallpapermenu b/scripts/wallpapermenu index 789dd1c..c90ff7c 100755 --- a/scripts/wallpapermenu +++ b/scripts/wallpapermenu @@ -6,6 +6,6 @@ set chosen ( if test -z $img; or test $file != $img echo -en "$file\0icon\x1fthumbnail://$file\n" end - end | rofi -dmenu -show-icons -theme ~/.config/rofi/wallpapermenu.rasi) + end | rofi -dmenu -p " " -show-icons -theme ~/.config/rofi/wallpapermenu.rasi) ~/.config/scripts/set_background (echo $chosen) |
