summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-24 00:43:38 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-24 00:43:38 +0400
commitc388ade6b6d955138698731af02dfbe5c676439a (patch)
tree5703734603dccd3ed1ac555c139907547a5d5841
parentbc60c87df79b6188dbaa08b019376132384b9d77 (diff)
feat!: remove dunst
-rw-r--r--config/dunst/dunstrc27
1 files changed, 0 insertions, 27 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc
deleted file mode 100644
index 81dba80..0000000
--- a/config/dunst/dunstrc
+++ /dev/null
@@ -1,27 +0,0 @@
-[global]
-font = "Liberation Mono 12"
-frame_width = 1
-gap_size = 8
-gaps = true
-offset = 12
-origin = bottom-right
-padding = 12
-separator_color = "auto"
-
-[urgency_low]
-frame_color = "#434C5E" # Polar Night (dim)
-foreground = "#D8DEE9" # Frost white (soft text)
-background = "#2E3440" # Polar Night (dark bg)
-timeout = 5
-
-[urgency_normal]
-frame_color = "#81A1C1" # Frost Blue (accent)
-foreground = "#E5E9F0" # Arctic White (text)
-background = "#3B4252" # Polar Night (slightly lighter bg)
-timeout = 10
-
-[urgency_critical]
-frame_color = "#BF616A" # Aurora Red (error)
-foreground = "#ECEFF4" # Bright Frost (text)
-background = "#3B4252"
-timeout = 0