From ea211500227aa58f5e495777743c5d391cbc3110 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 17 Mar 2019 23:09:49 +0300 Subject: Initial commit --- .config/dunst/dunstrc | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 .config/dunst/dunstrc (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100755 index 0000000..138a1d7 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,59 @@ +[global] +monitor = 0 +follow = mouse +geometry = "248x64-32+48" +indicate_hidden = true +shrink = no +transparency = 10 +separator_height = 2 +padding = 16 +horizontal_padding = 16 +frame_width = 2 +sort = no +idle_threshold = 120 +font = Lato 10 +line_height = 4 +markup = full +format = "%s from %a\n%b" +alignment = left +show_age_threshold = 60 +word_wrap = true +ignore_newline = no +stack_duplicates = true +hide_duplicate_count = false +show_indicators = true +icon_position = left +max_icon_size = 64x64 +icon_path = "/usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/places/" +sticky_history = yes +dmenu = "/usr/bin/rofi" +history_length = 20 +browser = /usr/bin/firefox +title = Dunst +class = Dunst + +[shortcuts] +close = ctrl+space +close_all = ctrl+shift+space +history = ctrl+grave +context = ctrl+shift+period + +[urgency_low] +background = "#2f343f" +foreground = "#d8dee8" +timeout = 6 + +[urgency_normal] +background = "#2f343f" +foreground = "#d8dee8" +timeout = 6 + +[urgency_critical] +background = "#2f343f" +foreground = "#d8dee8" +frame_color = "#bf616a" +timeout = 0 + +[Spotify] +appname = Spotify +format = "Now Playing\n%s\n%b" -- cgit v1.2.3-70-g09d2