ok i push up
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
[global]
|
||||
font = "Hack 10"
|
||||
allow_markup = yes
|
||||
font = "Miracode 10"
|
||||
markup = full
|
||||
format = "<b>%s</b>\n%b"
|
||||
sort = yes
|
||||
indicate_hidden = yes
|
||||
alignment = center
|
||||
bounce_freq = 0
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
origin = top-center
|
||||
geometry = "200x5-876+30"
|
||||
browser = /usr/bin/firefox -new-tab
|
||||
transparency = 0
|
||||
idle_threshold = 120
|
||||
monitor = 0
|
||||
@@ -21,20 +20,17 @@
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
separator_color = "#585858"
|
||||
startup_notification = false
|
||||
frame_width = 1
|
||||
frame_color = "#83a598"
|
||||
close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
# https://github.com/knopwob/dunst/issues/26#issuecomment-36159395
|
||||
#icon_position = left
|
||||
#icon_folders = /usr/share/icons/elementary/actions/16/
|
||||
|
||||
[frame]
|
||||
width = 1
|
||||
color = "#83a598"
|
||||
|
||||
[shortcuts]
|
||||
# close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
#history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
|
||||
[urgency_low]
|
||||
background = "#282828"
|
||||
47
private_dot_config/dunst/dunstrc-light
Normal file
47
private_dot_config/dunst/dunstrc-light
Normal file
@@ -0,0 +1,47 @@
|
||||
[global]
|
||||
font = "Miracode 10"
|
||||
markup = full
|
||||
format = "<b>%s</b>\n%b"
|
||||
sort = yes
|
||||
indicate_hidden = yes
|
||||
alignment = center
|
||||
stack_duplicates = true
|
||||
show_age_threshold = 60
|
||||
origin = top-center
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
browser = /usr/bin/firefox -new-tab
|
||||
transparency = 0
|
||||
idle_threshold = 120
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
sticky_history = yes
|
||||
line_height = 0
|
||||
separator_height = 2
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
separator_color = "#585858"
|
||||
# https://github.com/knopwob/dunst/issues/26#issuecomment-36159395
|
||||
#icon_position = left
|
||||
frame_width = 1
|
||||
icon_folders = /usr/share/icons/breeze/apps/48/:/usr/share/icons/breeze/actions/48/:/usr/share/icons/breeze/places/48/:/usr/share/icons/breeze/status/48/
|
||||
frame_color = "#282828"
|
||||
close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
|
||||
[urgency_low]
|
||||
background = "#ebdbb2"
|
||||
foreground = "#282828"
|
||||
timeout = 5
|
||||
|
||||
[urgency_normal]
|
||||
background = "#ebdbb2"
|
||||
foreground = "#282828"
|
||||
timeout = 10
|
||||
|
||||
[urgency_critical]
|
||||
background = "#ebdbb2"
|
||||
foreground = "#282828"
|
||||
timeout = 20
|
||||
Reference in New Issue
Block a user