diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-24 11:36:52 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-24 11:36:52 +0200 |
commit | 1ac55ad9e21ea38f66682275cea83d7c7427d9aa (patch) | |
tree | 0c4b08c9ff1ac7b4d98192d665c350e0ca1fce3a /.local/share/bin/mode | |
parent | 4410ff28c4ee7c33398a1991e09566bd6e48bf78 (diff) |
quote cached theme.pak
Diffstat (limited to '.local/share/bin/mode')
-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 \ |