From c7faac3480d2c52db7e952f638f7f162fb98eeec Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 23 Jan 2025 12:28:38 +0100 Subject: `mode` update --- .local/share/mode/switch.d/polybar | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local/share/mode/switch.d/polybar') diff --git a/.local/share/mode/switch.d/polybar b/.local/share/mode/switch.d/polybar index b7e752a..17fcee2 100755 --- a/.local/share/mode/switch.d/polybar +++ b/.local/share/mode/switch.d/polybar @@ -1,5 +1,6 @@ #!/bin/sh -cat << EOF > "$XDG_CONFIG_HOME/polybar/colors.ini" +mkcd "$XDG_CONFIG_HOME/polybar" +cat << EOF > 'colors.ini' [color] bg = \${xrdb:background:$bg} fg = \${xrdb:foreground:$fg} -- cgit v1.2.3