mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
added dunst
This commit is contained in:
parent
ac0996baa9
commit
8f07985131
67
dunst/.config/dunst/dunstrc
Normal file
67
dunst/.config/dunst/dunstrc
Normal file
@ -0,0 +1,67 @@
|
||||
# dunst solarized theme
|
||||
# tostiheld 2015
|
||||
|
||||
[global]
|
||||
font = System San Francisco Display 8
|
||||
allow_markup = yes
|
||||
plain_text = no
|
||||
format = "%s\n%b"
|
||||
transparency = 0
|
||||
ignore_newline = no
|
||||
show_indicators = yes
|
||||
separator_color = frame
|
||||
|
||||
sort = yes
|
||||
alignment = left
|
||||
bounce_freq = 0
|
||||
word_wrap = yes
|
||||
|
||||
indicate_hidden = yes
|
||||
show_age_threshold = 60
|
||||
idle_threshold = 120
|
||||
|
||||
geometry = "300x100-0+30"
|
||||
shrink = no
|
||||
line_height = 0
|
||||
notification_height = 100
|
||||
separator_height = 2
|
||||
padding = 16
|
||||
horizontal_padding = 12
|
||||
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
|
||||
sticky_history = yes
|
||||
history_length = 20
|
||||
|
||||
icon_position = left
|
||||
icon_folders = /usr/share/icons/Vivacious-Colors-Dark/status/32/:/usr/share/icons/Vivacious-Colors-Full-Dark/actions/32
|
||||
|
||||
startup_notification = false
|
||||
dmenu = /usr/bin/dmenu -p dunst:
|
||||
browser = /usr/bin/firefox -new-tab
|
||||
|
||||
[frame]
|
||||
width = 1
|
||||
color = "#93a1a1"
|
||||
|
||||
[shortcuts]
|
||||
close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
|
||||
[urgency_low]
|
||||
background = "#586e75"
|
||||
foreground = "#eee8d5"
|
||||
timeout = 10
|
||||
|
||||
[urgency_normal]
|
||||
background = "#073642"
|
||||
foreground = "#eee8d5"
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
background = "#dc322f"
|
||||
foreground = "#eee8d5"
|
||||
timeout = 0
|
Loading…
Reference in New Issue
Block a user