Add dunst
This commit is contained in:
parent
07574f878b
commit
a566c893ed
2 changed files with 62 additions and 0 deletions
61
dunst/dunstrc
Normal file
61
dunst/dunstrc
Normal file
|
|
@ -0,0 +1,61 @@
|
||||||
|
[global]
|
||||||
|
font = Input Narrow Light 12
|
||||||
|
markup = yes
|
||||||
|
format = "<b>%s</b>\n%b"
|
||||||
|
sort = yes
|
||||||
|
indicate_hidden = yes
|
||||||
|
alignment = left
|
||||||
|
bounce_freq = 0
|
||||||
|
show_age_threshold = 60
|
||||||
|
word_wrap = yes
|
||||||
|
ignore_newline = no
|
||||||
|
geometry = "0x20-5+5"
|
||||||
|
transparency = 0
|
||||||
|
idle_threshold = 30
|
||||||
|
follow = mouse
|
||||||
|
sticky_history = yes
|
||||||
|
history_length = 20
|
||||||
|
show_indicators = yes
|
||||||
|
line_height = 0
|
||||||
|
separator_height = 2
|
||||||
|
padding = 8
|
||||||
|
horizontal_padding = 8
|
||||||
|
separator_color = frame
|
||||||
|
startup_notification = false
|
||||||
|
dmenu = /usr/bin/dmenu -p dunst:
|
||||||
|
browser = /usr/bin/qutebrowser
|
||||||
|
icon_position = off
|
||||||
|
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||||
|
frame_width = 1
|
||||||
|
frame_color = "#aaaaaa"
|
||||||
|
|
||||||
|
[shortcuts]
|
||||||
|
close = ctrl+space
|
||||||
|
close_all = ctrl+shift+space
|
||||||
|
history = ctrl+grave
|
||||||
|
context = ctrl+shift+period
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
background = "#222222"
|
||||||
|
foreground = "#888888"
|
||||||
|
timeout = 10
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#285577"
|
||||||
|
foreground = "#ffffff"
|
||||||
|
timeout = 10
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#900000"
|
||||||
|
foreground = "#ffffff"
|
||||||
|
timeout = 0
|
||||||
|
|
||||||
|
[gopass]
|
||||||
|
appname="gopass"
|
||||||
|
background = "#000000"
|
||||||
|
timeout = 5
|
||||||
|
|
||||||
|
[slack]
|
||||||
|
appname="Electron"
|
||||||
|
background = "#000000"
|
||||||
|
timeout = 5
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
- link:
|
- link:
|
||||||
|
~/.config/dunst: dunst/
|
||||||
~/.config/i3: i3/
|
~/.config/i3: i3/
|
||||||
~/.config/pianobar: pianobar/
|
~/.config/pianobar: pianobar/
|
||||||
~/.config/polybar: polybar/
|
~/.config/polybar: polybar/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue