From 1ac55ad9e21ea38f66682275cea83d7c7427d9aa Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 24 Sep 2022 11:36:52 +0200 Subject: quote cached theme.pak --- .local/share/bin/mode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/share/bin/mode') 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 \ -- cgit v1.2.3