diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-23 13:18:03 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-23 13:18:03 +0400 |
commit | 9978111e800f7fd3fcf559914aca7b27db38f365 (patch) | |
tree | 4198f0c1c62007cdf50aacf891cfa41b40308d75 /config/dunst/dunstrc | |
parent | 8d30625048cac980a550627ae26c851ff0da5d61 (diff) |
useless configs were removed
Diffstat (limited to 'config/dunst/dunstrc')
-rw-r--r-- | config/dunst/dunstrc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc deleted file mode 100644 index 8a23001..0000000 --- a/config/dunst/dunstrc +++ /dev/null @@ -1,33 +0,0 @@ -# Very minimal dunst config - -[global] - width = 300 - height = 300 - origin = bottom-right - offset = 10x10 - scale = 0 - notification_limit = 6 - separator_height = 2 - alignment = left - stack_duplicates = true - frame_width = 3 - frame_color = "#4E3524" - gap_size = 6 - separator_color = frame - font = JetBrainsMono Nerd Font 10 - line_height = 3 - -[urgency_normal] - foreground = "#282828" - background = "#a89984" - timeout = 5 - -[urgency_low] - foreground = "#a89984" - background = "#282828" - timeout = 3 - -[urgency_critical] - foreground = "#282828" - background = "#a89984" - timeout = 8 |