aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/switch.d/dunst
blob: d7d9a2b9b70352ca949c7a8feb0b87dc641fb0f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh
[ $no_cfg -eq 1 ] && return

mkcd "$XDG_CONFIG_HOME/dunst"
cat 'base' - << EOF > 'dunstrc'
frame_color = "$accent"

[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