the final frontier

This commit is contained in:
2024-11-17 20:32:32 -06:00
parent b490df7c32
commit d1f8eba241
37 changed files with 1865 additions and 259 deletions

22
modules/dunst/dunstrc Normal file
View File

@@ -0,0 +1,22 @@
[global]
separator_color= frame
progress_bar = true
progress_bar_corner_radius = 10
corner_radius = 10
icon_corner_radius = 10
[urgency_low]
background = "#1d2021"
foreground = "#d4be98"
frame_color = "#1d2021"
[urgency_normal]
background = "#1d2021"
foreground = "#d4be98"
frame_color = "#1d2021"
[urgency_critical]
background = "#3c1f1e"
foreground = "#ddc7a1"
frame_color = "#3c1f1e"