This commit is contained in:
pika 2025-04-01 18:57:43 +02:00
commit 7cc272c595
46 changed files with 2888 additions and 0 deletions

54
dots/.config/dunst/dunstrc Executable file
View file

@ -0,0 +1,54 @@
[global]
monitor = 0
follow = mouse
geometry = "320x120-28-28"
indicate_hidden = yes
shrink = no
separator_height = 0
padding = 32
horizontal_padding = 48
frame_width = 4
sort = no
idle_threshold = 120
font = Poppins 9
line_height = 4
markup = full
format = <b>%s</b>\n%b
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = false
hide_duplicate_count = yes
show_indicators = no
icon_position = off
sticky_history = yes
history_length = 20
browser = x-www-browser -new-tab
always_run_script = true
title = Dunst
class = Dunst
[shortcuts]
close = ctrl+shift+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
timeout = 4
background = "#141c21"
foreground = "#93a1a1"
frame_color = "#819400"
[urgency_normal]
timeout = 8
background = "#141c21"
foreground = "#93a1a1"
frame_color = "#2587cc"
[urgency_critical]
timeout = 0
background = "#141c21"
foreground = "#93a1a1"
frame_color = "#d12f2c"