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