diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:28:38 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:30:14 +0100 |
commit | c7faac3480d2c52db7e952f638f7f162fb98eeec (patch) | |
tree | 32d112a9532bcf8391a47384b91f6ef4c729e88a /.local/share/mode/switch.d/dunst | |
parent | 95db61081c2555c069c3287fd30d9c8a1757acb1 (diff) |
`mode` update
Diffstat (limited to '.local/share/mode/switch.d/dunst')
-rwxr-xr-x | .local/share/mode/switch.d/dunst | 3 |
1 files changed, 2 insertions, 1 deletions
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] |