diff options
Diffstat (limited to '.config/dunst')
-rwxr-xr-x | .config/dunst/dunstrc | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f9e0566..d368349 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
@@ -1,16 +1,19 @@ | |||
1 | [global] | 1 | [global] |
2 | monitor = 0 | 2 | monitor = 0 |
3 | follow = keyboard | 3 | follow = keyboard |
4 | geometry = "248x64-32+48" | 4 | width=300 |
5 | height=180 | ||
6 | origin=top-right | ||
7 | offset=32x48 | ||
5 | indicate_hidden = yes | 8 | indicate_hidden = yes |
6 | shrink = no | 9 | shrink = no |
7 | transparency = 00 | 10 | transparency = 00 |
8 | separator_height = 2 | 11 | separator_height = 20 |
9 | padding = 16 | 12 | padding = 16 |
10 | horizontal_padding = 16 | 13 | horizontal_padding = 16 |
11 | frame_width = 0 | 14 | frame_width = 0 |
12 | frame_color = "#79dac8" | 15 | frame_color = "#79dac8" |
13 | separator_color = frame | 16 | separator_color = "#00000000" |
14 | sort = yes | 17 | sort = yes |
15 | idle_threshold = 120 | 18 | idle_threshold = 120 |
16 | font = Iosevka Aile 9 | 19 | font = Iosevka Aile 9 |
@@ -25,24 +28,15 @@ | |||
25 | hide_duplicate_count = false | 28 | hide_duplicate_count = false |
26 | show_indicators = true | 29 | show_indicators = true |
27 | icon_position = left | 30 | icon_position = left |
28 | max_icon_size = 64x64 | ||
29 | icon_path = "/usr/share/icons/Tela-pink/16/actions:/usr/share/icons/Tela-pink/16/apps:/usr/share/icons/Tela-pink-dark/16/devices:/usr/share/icons/Tela-pink/16/emblems:/usr/share/icons/Tela-pink/16/mimetypes:/usr/share/icons/Tela-pink/16/panel:/usr/share/icons/Tela-pink-dark/16/places:/usr/share/icons/Tela-pink/16/status" | 31 | icon_path = "/usr/share/icons/Tela-pink/16/actions:/usr/share/icons/Tela-pink/16/apps:/usr/share/icons/Tela-pink-dark/16/devices:/usr/share/icons/Tela-pink/16/emblems:/usr/share/icons/Tela-pink/16/mimetypes:/usr/share/icons/Tela-pink/16/panel:/usr/share/icons/Tela-pink-dark/16/places:/usr/share/icons/Tela-pink/16/status" |
30 | sticky_history = yes | 32 | sticky_history = yes |
31 | history_length = 20 | 33 | history_length = 20 |
32 | 34 | corner_radius = 0 | |
33 | corner_radius = 15 | ||
34 | |||
35 | dmenu = /usr/bin/rofi -dmenu | 35 | dmenu = /usr/bin/rofi -dmenu |
36 | browser = /usr/bin/firefox | 36 | browser = /usr/bin/firefox |
37 | title = Dunst | 37 | title = Dunst |
38 | class = Dunst | 38 | class = Dunst |
39 | 39 | ||
40 | [shortcuts] | ||
41 | close = ctrl+space | ||
42 | close_all = ctrl+shift+space | ||
43 | history = ctrl+0 | ||
44 | context = ctrl+shift+BackSpace | ||
45 | |||
46 | [urgency_low] | 40 | [urgency_low] |
47 | background = "#9ccfd885" | 41 | background = "#9ccfd885" |
48 | foreground = "#1f1d2e" | 42 | foreground = "#1f1d2e" |
@@ -60,7 +54,7 @@ | |||
60 | 54 | ||
61 | [Spotify] | 55 | [Spotify] |
62 | appname = "Spotify" | 56 | appname = "Spotify" |
63 | format = "<b>now playing</b>\n%s\n%b" | 57 | format = "<b>now playing</b>\n🎤 %s\n🎶 %b" |
64 | set_transient = true | 58 | set_transient = true |
65 | 59 | ||
66 | [ncmpcpp] | 60 | [ncmpcpp] |