diff options
author | Steffen Ritter | 2020-11-19 17:34:27 +0100 |
---|---|---|
committer | Steffen Ritter | 2020-11-19 17:36:21 +0100 |
commit | a09428fff690f3ae73c405c1bba535853da0a4ea (patch) | |
tree | 1f6f6454aaa51bd0e093a05e9820cb616483c454 | |
parent | [vbox-src] make extpack installation configurable (diff) | |
download | mltk-a09428fff690f3ae73c405c1bba535853da0a4ea.tar.gz mltk-a09428fff690f3ae73c405c1bba535853da0a4ea.tar.xz mltk-a09428fff690f3ae73c405c1bba535853da0a4ea.zip |
[dunst] Change deprecated options / fix icon path
Icon path only exists in MaxiLinux.
fixes #3810
-rw-r--r-- | core/modules/dunst/data/etc/xdg/dunst/dunstrc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/core/modules/dunst/data/etc/xdg/dunst/dunstrc b/core/modules/dunst/data/etc/xdg/dunst/dunstrc index a9f661cb..ce09808d 100644 --- a/core/modules/dunst/data/etc/xdg/dunst/dunstrc +++ b/core/modules/dunst/data/etc/xdg/dunst/dunstrc @@ -1,6 +1,6 @@ [global] font = DejaVu-Sans 10 - allow_markup = yes + markup = full plain_text = no format = " <b>%s</b>\n%b" sort = yes @@ -27,11 +27,9 @@ separator_color = frame startup_notification = false icon_position = left - icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ - -[frame] - width = 2 - color = "#bbbbbb" + icon_path = /usr/share/icons/elementary-xfce/status/16/:/usr/share/icons/elementary-xfce/devices/16/ + frame_width = 2 + frame_color = "#bbbbbb" [shortcuts] close = ctrl+mod1+mod4+space |