aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-07-21 15:53:52 +0300
committereug-vs <eug-vs@keemail.me>2021-07-21 16:04:10 +0300
commitcf3eefda31e98d4725a64000861a388ba7708c62 (patch)
tree7e0028cede47398c74056c92af30c515bc8f9579 /.config/dunst/dunstrc
parent26d393eacb0468edeed62befe365c1ae0752a680 (diff)
downloaddotfiles-cf3eefda31e98d4725a64000861a388ba7708c62.tar.gz
feat!: move to GNU Stow, remove wikifeat/stow
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc49
1 files changed, 0 insertions, 49 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
deleted file mode 100644
index 68e1c3c..0000000
--- a/.config/dunst/dunstrc
+++ /dev/null
@@ -1,49 +0,0 @@
-[global]
- font = "Fira Code Nerd Font 9"
- allow_markup = yes
- format = "<b>%s</b>\n%b"
- sort = yes
- indicate_hidden = yes
- alignment = center
- bounce_freq = 0
- show_age_threshold = 60
- word_wrap = yes
- ignore_newline = no
- geometry = "300x5-12+42"
- transparency = 0
- idle_threshold = 120
- follow = keyboard
- sticky_history = yes
- line_height = 8
- padding = 12
- horizontal_padding = 12
- separator_height = 1
- separator_color = "#ebdbb2"
- startup_notification = false
- max_icon_size = 72
-
-[frame]
- width = 0
- color = "#d79921"
-
-[shortcuts]
- close = ctrl+space
- close_all = ctrl+shift+space
- history = ctrl+grave
- context = ctrl+shift+period
-
-[urgency_low]
- background = "#1d2021"
- foreground = "#ebdbb2"
- timeout = 5
-
-[urgency_normal]
- background = "#1d2021"
- foreground = "#ebdbb2"
- timeout = 20
-
-[urgency_critical]
- background = "#1d2021"
- foreground = "#ebdbb2"
- timeout = 0
-