diff options
| author | Daniel <[email protected]> | 2024-07-25 20:29:25 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-25 20:29:25 -0400 |
| commit | c8349414a7f27cab4d7276daf5c2eba230671123 (patch) | |
| tree | b61f3ce79584100500126fe862961305aec03a3e /bin | |
| parent | e861789a8af37585459bad31bb6d455c2e1ae6b7 (diff) | |
many new themes
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/load-theme-wallpaper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/.local/bin/scripts/load-theme-wallpaper b/bin/.local/bin/scripts/load-theme-wallpaper index c31fbfb..228ee97 100755 --- a/bin/.local/bin/scripts/load-theme-wallpaper +++ b/bin/.local/bin/scripts/load-theme-wallpaper @@ -3,9 +3,9 @@ # Clean wallpaper cache file sed -i '/feh/d' $HOME/.cache/wallpaper -search_string=$(echo -e "vivendi\noperandi\noperandi-tinted\nelea-light\nelea-dark\nnight\nautumn" | dmenu -p 'Select theme for search: ') +search_string=$(echo -e "vivendi\noperandi\noperandi-tinted\nelea-light\ncyprus\ncherie\nelea-dark\nnight\nmaris-dark\nmaris-light\nautumn" | dmenu -p 'Select theme for search: ') -selected_wallpaper=$(find ~/Pictures/wall_test -type f -name "*[[]${search_string}*[]]*" -exec nsxiv -t -o {} +) +selected_wallpaper=$(find ~/Pictures/wallpaper -type f -name "*[[]${search_string}*[]]*" -exec nsxiv -t -o {} +) # Options for display modes OPTIONS="Tiled\nZoom Filled\nCentered\nMax" |
