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/dunst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local/share/mode/switch.d/dunst') diff --git a/.local/share/mode/switch.d/dunst b/.local/share/mode/switch.d/dunst index d4fd8dc..f863100 100755 --- a/.local/share/mode/switch.d/dunst +++ b/.local/share/mode/switch.d/dunst @@ -1,5 +1,6 @@ #!/bin/sh -cat "$XDG_CONFIG_HOME/dunst/base" - << EOF > "$XDG_CONFIG_HOME/dunst/dunstrc" +mkcd "$XDG_CONFIG_HOME/dunst" +cat 'base' - << EOF > 'dunstrc' frame_color = "$accent" [urgency_low] -- cgit v1.2.3