04-01-2026

This commit is contained in:
2026-01-04 22:29:08 +04:00
parent 9572c0d939
commit 6b1f963f4f
34 changed files with 1201 additions and 550 deletions

24
.config/dunst/config.conf Normal file
View File

@@ -0,0 +1,24 @@
[global]
separator_color = frame
width = (50, 300)
height = (30, 60)
notification_limit = 5
offset = (5, 30)
padding = 8
gap_size = 4
font = CodeNewRoman Nerd Font Mono 10
[urgency_low]
background = "#1d2021"
foreground = "#d4be98"
frame_color = "#7daea3"
[urgency_normal]
background = "#1d2021"
foreground = "#d4be98"
frame_color = "#a9b665"
[urgency_critical]
background = "#3c1f1e"
foreground = "#ddc7a1"
frame_color = "#ea6962"