From a3a29f94a631e68d5f2b1d8fcc56718cff2fa606 Mon Sep 17 00:00:00 2001 From: watasuke102 Date: Thu, 24 Sep 2020 21:29:35 +0900 Subject: [PATCH] [add] : dunstrc to i3wm channel --- .../i3/airootfs.any/etc/skel/.config/dunst/dunstrc | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 channels/i3/airootfs.any/etc/skel/.config/dunst/dunstrc diff --git a/channels/i3/airootfs.any/etc/skel/.config/dunst/dunstrc b/channels/i3/airootfs.any/etc/skel/.config/dunst/dunstrc new file mode 100644 index 00000000..e3d40141 --- /dev/null +++ b/channels/i3/airootfs.any/etc/skel/.config/dunst/dunstrc @@ -0,0 +1,57 @@ +# --------------------------------------------- +# Alter Linux i3wm edition +# dunst config file +# +# Watasuke +# Twitter: @Watasuke102 +# Email : Watasuke102@gmail.com +# +# (c) 2020 Fascode Network. +# --------------------------------------------- + +[global] +monitor = 0 +follow = mouse +sort = yes +indicate_hidden = yes +word_wrap = yes # multi line + +# don't show URL and action +show_indicators = no + +# format +markup = full +format = "%a - %s\n%b\n%p" + +# icon +icon_path = /usr/share/icons/Inverse-blue-dark/16/devices;/usr/share/icons/Inverse-blue-dark/16/status;/usr/share/icons/Inverse-blue-dark/32/status +icon_position = left +max_icon_size = 64 + +# appearance +padding = 10 +horizontal_padding = 15 +separator_height = 5 +transparency = 10 +geometry = "350x20-30+40" +font = Noto Sans 9 + +[urgency_low] +background = "#292929" +foreground = "#ffffff" +timeout = 10 + +[urgency_normal] +background = "#292929" +foreground = "#ffffff" +timeout = 10 + +[urgency_critical] +background = "#992929" +foreground = "#ffffff" +timeout = 10 + +# shortcut +[shortcuts] +close = ctrl+space +close_all = ctrl+shift+space \ No newline at end of file -- 2.11.0