diff options
author | Yigit Sever | 2021-03-11 15:09:41 +0300 |
---|---|---|
committer | Yigit Sever | 2021-03-11 15:09:41 +0300 |
commit | 26ee5e1944d434c4015d9f09f4a5373e24ca73a8 (patch) | |
tree | f8c20f33e79892c70f3db4ab5245d9394dae74dc | |
parent | 09417f7de17d33f27cc463e030eeef9bbf201646 (diff) | |
download | dotfiles-26ee5e1944d434c4015d9f09f4a5373e24ca73a8.tar.gz dotfiles-26ee5e1944d434c4015d9f09f4a5373e24ca73a8.tar.bz2 dotfiles-26ee5e1944d434c4015d9f09f4a5373e24ca73a8.zip |
changed dunst icon class to tela
-rwxr-xr-x | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c5bc494..b9e8dc3 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
@@ -29,7 +29,7 @@ | |||
29 | show_indicators = true | 29 | show_indicators = true |
30 | icon_position = left | 30 | icon_position = left |
31 | max_icon_size = 64x64 | 31 | max_icon_size = 64x64 |
32 | icon_path = "/usr/share/icons/Qogir-dark/16/actions:/usr/share/icons/Qogir/16/apps:/usr/share/icons/Qogir-dark/16/devices:/usr/share/icons/Qogir/16/emblems:/usr/share/icons/Qogir/16/mimetypes:/usr/share/icons/Qogir/16/panel:/usr/share/icons/Qogir-dark/16/places:/usr/share/icons/Qogir/16/status" | 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" |
33 | sticky_history = yes | 33 | sticky_history = yes |
34 | history_length = 20 | 34 | history_length = 20 |
35 | 35 | ||