jt
/
conf
1
0
Fork 0

Dunst stuff

This commit is contained in:
Jarkko Toivanen 2023-05-05 04:14:45 +03:00
parent 65c9359ea9
commit c2b60f3eec
1 changed files with 60 additions and 0 deletions

60
dunst/dunstrc Normal file
View File

@ -0,0 +1,60 @@
[global]
font = "Fira Code 10"
allow_markup = yes
# format = "<b>%s %p</b>\n%b"
# sort = yes
# indicate_hidden = true
# geometry = "x5"
# idle_threshold = 0
# geometry = "500x15-20+20"
# alignment = left
# show_age_threshold = 60
# sticky_history = yes
# follow = mouse
# word_wrap = yes
# separator_height = 3
# padding = 15
# horizontal_padding = 15
# separator_color = frame
# startup_notification = false
# dmenu = "/usr/bin/dmenu -p dunst: -nb #FFFFFF -nf #000000 -sb #94DBFF -sf #000000"
# browser = /home/knopwob/bin/url_dispatcher
[frame]
width = 3
color = "#66D9EF"
#[shortcuts]
# close = ctrl+space
# close_all = ctrl+shift+space
# history = ctrl+grave
# context = ctrl+shift+period
#[urgency_low]
# background = "#272822"
# foreground = "#FD971F"
# timeout = 7
#[urgency_normal]
# background = "#272822"
# foreground = "#ffffff"
# timeout = 7
#[urgency_critical]
# background = "#272822"
# foreground = "#F92672"
# timeout = 15
[urgency_low]
background = "#4e432f"
foreground = "#e7c664"
timeout = 7
[urgency_normal]
background = "#4e432f"
foreground = "#f39660"
timeout = 7
[urgency_critical]
background = "#4e432f"
foreground = "#Fc5d7c"
timeout = 15