diff options
Diffstat (limited to '.config/dunst/dunstrc')
-rwxr-xr-x | .config/dunst/dunstrc | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 731f8d9..d368349 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
@@ -1,19 +1,19 @@ | |||
1 | [global] | 1 | [global] |
2 | monitor = 0 | 2 | monitor = 0 |
3 | follow = keyboard | 3 | follow = keyboard |
4 | width=248 | 4 | width=300 |
5 | height=64 | 5 | height=180 |
6 | origin=top-right | 6 | origin=top-right |
7 | offset=32x48 | 7 | offset=32x48 |
8 | indicate_hidden = yes | 8 | indicate_hidden = yes |
9 | shrink = no | 9 | shrink = no |
10 | transparency = 00 | 10 | transparency = 00 |
11 | separator_height = 2 | 11 | separator_height = 20 |
12 | padding = 16 | 12 | padding = 16 |
13 | horizontal_padding = 16 | 13 | horizontal_padding = 16 |
14 | frame_width = 0 | 14 | frame_width = 0 |
15 | frame_color = "#79dac8" | 15 | frame_color = "#79dac8" |
16 | separator_color = frame | 16 | separator_color = "#00000000" |
17 | sort = yes | 17 | sort = yes |
18 | idle_threshold = 120 | 18 | idle_threshold = 120 |
19 | font = Iosevka Aile 9 | 19 | font = Iosevka Aile 9 |
@@ -28,13 +28,10 @@ | |||
28 | hide_duplicate_count = false | 28 | hide_duplicate_count = false |
29 | show_indicators = true | 29 | show_indicators = true |
30 | icon_position = left | 30 | icon_position = left |
31 | max_icon_size = 64x64 | ||
32 | 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" |
33 | sticky_history = yes | 32 | sticky_history = yes |
34 | history_length = 20 | 33 | history_length = 20 |
35 | 34 | corner_radius = 0 | |
36 | corner_radius = 15 | ||
37 | |||
38 | dmenu = /usr/bin/rofi -dmenu | 35 | dmenu = /usr/bin/rofi -dmenu |
39 | browser = /usr/bin/firefox | 36 | browser = /usr/bin/firefox |
40 | title = Dunst | 37 | title = Dunst |
@@ -57,7 +54,7 @@ | |||
57 | 54 | ||
58 | [Spotify] | 55 | [Spotify] |
59 | appname = "Spotify" | 56 | appname = "Spotify" |
60 | format = "<b>now playing</b>\n%s\n%b" | 57 | format = "<b>now playing</b>\n🎤 %s\n🎶 %b" |
61 | set_transient = true | 58 | set_transient = true |
62 | 59 | ||
63 | [ncmpcpp] | 60 | [ncmpcpp] |