diff options
Diffstat (limited to '.config/mode/switch.d/dunst')
-rwxr-xr-x | .config/mode/switch.d/dunst | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.config/mode/switch.d/dunst b/.config/mode/switch.d/dunst deleted file mode 100755 index 2a5a60e..0000000 --- a/.config/mode/switch.d/dunst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -cat "$XDG_CONFIG_HOME/dunst/base" - << EOF > "$XDG_CONFIG_HOME/dunst/dunstrc" -frame_color = "$color0" - -[urgency_low] -background = "$bg" -foreground = "$fg" -timeout = 10 - -[urgency_normal] -background = "$bg" -foreground = "$fg" -timeout = 10 - -[urgency_critical] -background = "$color1" -foreground = "$bg" -frame_color = "$color1" -timeout = 0 -EOF - |