diff options
Diffstat (limited to '.local/share/mode/switch.d/dunst')
| -rwxr-xr-x | .local/share/mode/switch.d/dunst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/share/mode/switch.d/dunst b/.local/share/mode/switch.d/dunst index f863100..d7d9a2b 100755 --- a/.local/share/mode/switch.d/dunst +++ b/.local/share/mode/switch.d/dunst @@ -1,4 +1,6 @@ #!/bin/sh +[ $no_cfg -eq 1 ] && return + mkcd "$XDG_CONFIG_HOME/dunst" cat 'base' - << EOF > 'dunstrc' frame_color = "$accent" |