diff --git a/files/i3/.config/dunst/dunstrc b/files/i3/.config/dunst/dunstrc new file mode 100644 index 0000000..92391b3 --- /dev/null +++ b/files/i3/.config/dunst/dunstrc @@ -0,0 +1,55 @@ +[global] + font = Source Sans Pro 20 + + format = "%a: %s %b" + sort = yes + indicate_hidden = yes + alignment = right + bounce_freq = 1 + show_age_threshold = 60; + + word_wrap = yes + + geometry = "0x0+0+0" + transparency = 0 + + idle_threshold = 20 + + monitor = 0 + follow = none + + sticky_history = yes + line_height = 0 + + separator_height = 2; + + separator_color = auto + + padding = 1 + horizontal_padding = 9 + + +[shortcuts] + close = mod4+x + close_all = mod4+n + history = mod4+backslash + +[urgency_low] + background = "#404040" + foreground = "#CCCCCC" + timeout = 10 + +[urgency_normal] + background = "#859900" + foreground = "#DDDDDD" + timeout = 10 + +[urgency_critical] + background = "#dc322f" + foreground = "#DDDDDD" + timeout = 0 + +[ignore] + appname = "Spotify" + summary = "*" + format = "" \ No newline at end of file diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 8d86ff6..35f600f 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -67,6 +67,9 @@ exec --no-startup-id "xss-lock /home/nemo/projects/scripts/i3lock.sh > /home/nem # Autolock screen after 2 minutes exec --no-startup-id "xautolock -corners -000 -detectsleep -time 2 -locker /home/nemo/projects/scripts/i3lock.sh > /home/nemo/logs/i3/xautolock.log" +# dunst for notifications +exec --no-startup-id "dunst" + # Win+L bindsym $mod+l exec --no-startup-id xautolock -locknow