mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
dunst: Add more customizations
This commit is contained in:
@@ -4,12 +4,14 @@ follow = mouse
|
|||||||
geometry = "250x50-24+24"
|
geometry = "250x50-24+24"
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
shrink = no
|
shrink = no
|
||||||
separator_height = 0
|
separator_height = 4
|
||||||
|
separator_color = "#cccccc"
|
||||||
padding = 16
|
padding = 16
|
||||||
horizontal_padding = 24
|
horizontal_padding = 24
|
||||||
frame_width = 2
|
transparency = 20
|
||||||
|
frame_width = 4
|
||||||
sort = no
|
sort = no
|
||||||
idle_threshold = 120
|
idle_threshold = 0
|
||||||
font = Fira Code 12
|
font = Fira Code 12
|
||||||
line_height = 4
|
line_height = 4
|
||||||
markup = full
|
markup = full
|
||||||
@@ -20,11 +22,11 @@ word_wrap = yes
|
|||||||
ignore_newline = no
|
ignore_newline = no
|
||||||
stack_duplicates = false
|
stack_duplicates = false
|
||||||
hide_duplicate_count = yes
|
hide_duplicate_count = yes
|
||||||
show_indicators = no
|
show_indicators = yes
|
||||||
icon_position = off
|
icon_position = off
|
||||||
sticky_history = yes
|
sticky_history = yes
|
||||||
history_length = 20
|
history_length = 20
|
||||||
browser = /usr/bin/firefox -new-tab
|
browser = firefox -new-tab
|
||||||
always_run_script = true
|
always_run_script = true
|
||||||
title = Dunst
|
title = Dunst
|
||||||
class = Dunst
|
class = Dunst
|
||||||
@@ -36,17 +38,19 @@ history = ctrl+shift+grave
|
|||||||
context = ctrl+shift+period
|
context = ctrl+shift+period
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#2f343f"
|
background = "#000000"
|
||||||
foreground = "#d8dee8"
|
foreground = "#ffffff"
|
||||||
timeout = 2
|
frame_color = "#add8e6"
|
||||||
|
timeout = 3
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#2f343f"
|
background = "#000000"
|
||||||
foreground = "#d8dee8"
|
foreground = "#ffffff"
|
||||||
timeout = 4
|
frame_color = "#98FB98"
|
||||||
|
timeout = 0
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#2f343f"
|
background = "#000000"
|
||||||
foreground = "#d8dee8"
|
foreground = "#ffffff"
|
||||||
frame_color = "#bf616a"
|
frame_color = "#c61616"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
Reference in New Issue
Block a user