diff options
Diffstat (limited to '.config/dunst/dunstrc')
-rwxr-xr-x | .config/dunst/dunstrc | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d50ce6a..fa20672 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
@@ -1,19 +1,16 @@ | |||
1 | [global] | 1 | [global] |
2 | |||
3 | monitor = 0 | 2 | monitor = 0 |
4 | follow = keyboard | 3 | follow = keyboard |
5 | geometry = "248x64-32+48" | 4 | geometry = "248x64-32+48" |
6 | indicate_hidden = yes | 5 | indicate_hidden = yes |
7 | shrink = no | 6 | shrink = no |
8 | transparency = 25 | 7 | transparency = 50 |
9 | separator_height = 2 | 8 | separator_height = 2 |
10 | padding = 16 | 9 | padding = 16 |
11 | horizontal_padding = 16 | 10 | horizontal_padding = 16 |
12 | frame_width = 2 | 11 | frame_width = 0 |
13 | |||
14 | frame_color = "#79dac8" | 12 | frame_color = "#79dac8" |
15 | separator_color = frame | 13 | separator_color = frame |
16 | |||
17 | sort = yes | 14 | sort = yes |
18 | idle_threshold = 120 | 15 | idle_threshold = 120 |
19 | font = Iosevka Aile 9 | 16 | font = Iosevka Aile 9 |
@@ -36,7 +33,7 @@ | |||
36 | corner_radius = 15 | 33 | corner_radius = 15 |
37 | 34 | ||
38 | dmenu = /usr/bin/rofi -dmenu | 35 | dmenu = /usr/bin/rofi -dmenu |
39 | browser = /usr/bin/brave | 36 | browser = /usr/bin/firefox |
40 | title = Dunst | 37 | title = Dunst |
41 | class = Dunst | 38 | class = Dunst |
42 | 39 | ||
@@ -48,18 +45,18 @@ | |||
48 | context = ctrl+shift+BackSpace | 45 | context = ctrl+shift+BackSpace |
49 | 46 | ||
50 | [urgency_low] | 47 | [urgency_low] |
51 | background = "#080808" | 48 | background = "#191724" |
52 | foreground = "#b2b2b2" | 49 | foreground = "#e0def4" |
53 | timeout = 3 | 50 | timeout = 3 |
54 | 51 | ||
55 | [urgency_normal] | 52 | [urgency_normal] |
56 | background = "#080808" | 53 | background = "#191724" |
57 | foreground = "#eeeeee" | 54 | foreground = "#e0def4" |
58 | timeout = 6 | 55 | timeout = 6 |
59 | 56 | ||
60 | [urgency_critical] | 57 | [urgency_critical] |
61 | background = "#080808" | 58 | background = "#191724" |
62 | foreground = "#ff5454" | 59 | foreground = "#e0def4" |
63 | timeout = 0 | 60 | timeout = 0 |
64 | 61 | ||
65 | [Spotify] | 62 | [Spotify] |