diff options
-rwxr-xr-x | .local/share/bin/mode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/mode b/.local/share/bin/mode index fdec7e6..57a2021 100755 --- a/.local/share/bin/mode +++ b/.local/share/bin/mode @@ -153,7 +153,7 @@ EOF switch_chrome() { cd ~/.cache/wal/chromium - rm -f Cached Theme.pak bg.png manifest.json + rm -f 'Cached Theme.pak' 'bg.png' 'manifest.json' convert -size 100x100 "xc:`get_color background`" bg.png BG_ALT=$(mix_rgb $(get_color color8) $(get_color color0) '0.2') jq -nc \ |