diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 23:36:47 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 23:36:47 +0200 |
commit | 133b18759adebec57969f573c2b090417404166e (patch) | |
tree | f77e14d3592b3d11587fd4f3ffa1bbe4e57c3de3 /bin/guiscripts | |
parent | ce000cdb47f71494b47d11a131294cc8d5c75515 (diff) |
remove symlink before creating colors
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/newwal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/guiscripts/newwal b/bin/guiscripts/newwal index 9807a49..4d64a6e 100755 --- a/bin/guiscripts/newwal +++ b/bin/guiscripts/newwal @@ -24,6 +24,7 @@ wal -i "$wall" # foot . "$walcache/colors.sh" +rm -f "$HOME/.config/foot/colors" cat <<EOF | tr -d '#' > "$HOME/.config/foot/colors" [colors] foreground = $foreground |