aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-02-22 09:52:33 +0100
committerlonkaars <l.leblansch@gmail.com>2021-02-22 09:52:33 +0100
commit4e5ce102f0b049d9a2ec505048fb544070b84f99 (patch)
treeb9f3985a161a0c62ec29479160deff9fae77817a /.config/dunst
parent1691ec2ca0fd951f207c221d24361a787c55fea3 (diff)
added mode script for toggling dark/light mode
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/base51
-rw-r--r--.config/dunst/dunstrc152
2 files changed, 114 insertions, 89 deletions
diff --git a/.config/dunst/base b/.config/dunst/base
new file mode 100644
index 0000000..4e0ccd7
--- /dev/null
+++ b/.config/dunst/base
@@ -0,0 +1,51 @@
+[shortcuts]
+close_all = mod4+c
+
+[global]
+monitor = 0
+follow = none
+geometry = "400x5-50+82"
+indicate_hidden = yes
+shrink = no
+transparency = 0
+notification_height = 0
+separator_height = 2
+padding = 16
+horizontal_padding = 16
+frame_width = 2
+separator_color = frame
+sort = yes
+idle_threshold = 10
+font = Inter 11
+line_height = 0
+markup = full
+format = "<b>%s</b>\n%b"
+alignment = left
+vertical_alignment = top
+show_age_threshold = 60
+word_wrap = yes
+ellipsize = middle
+ignore_newline = no
+stack_duplicates = true
+hide_duplicate_count = false
+show_indicators = yes
+icon_position = left
+min_icon_size = 0
+max_icon_size = 128
+icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+sticky_history = yes
+history_length = 20
+browser = /usr/bin/firefox -new-tab
+always_run_script = true
+title = Dunst
+class = Dunst
+startup_notification = false
+verbosity = mesg
+corner_radius = 0
+ignore_dbusclose = false
+force_xinerama = false
+mouse_left_click = do_action
+mouse_middle_click = close_all
+mouse_right_click = close_current
+
+# vim: ft=cfg
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 1fdcaf1..3f9b128 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -1,94 +1,68 @@
-[global]
- ### Display ###
- monitor = 0
- follow = none
- geometry = "400x5-50+82"
- indicate_hidden = yes
- shrink = no
- transparency = 0
- notification_height = 0
- separator_height = 2
- padding = 16
- horizontal_padding = 16
- frame_width = 2
- frame_color = "#de9dac"
- separator_color = frame
- sort = yes
- idle_threshold = 10
-
- ### Text ###
- font = Inter 11
- line_height = 0
- markup = full
-
- # The format of the message. Possible variables are:
- # %a appname
- # %s summary
- # %b body
- # %i iconname (including its path)
- # %I iconname (without its path)
- # %p progress value if set ([ 0%] to [100%]) or nothing
- # %n progress value if set without any extra characters
- # %% Literal %
- format = "<b>%s</b>\n%b"
- alignment = left
- vertical_alignment = top
- show_age_threshold = 60
- word_wrap = yes
- ellipsize = middle
- ignore_newline = no
- stack_duplicates = true
- hide_duplicate_count = false
- show_indicators = yes
-
- ### Icons ###
- icon_position = left
- min_icon_size = 0
- max_icon_size = 128
- icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
-
- ### History ###
- sticky_history = yes
- history_length = 20
-
- ### Misc/Advanced ###
- browser = /usr/bin/firefox -new-tab
- always_run_script = true
- title = Dunst
- class = Dunst
- startup_notification = false
- verbosity = mesg
- corner_radius = 0
- ignore_dbusclose = false
-
- ### Legacy
- force_xinerama = false
-
- ### mouse
- mouse_left_click = do_action
- mouse_middle_click = close_all
- mouse_right_click = close_current
-
-[experimental]
- per_monitor_dpi = false
-
[shortcuts]
- close_all = mod4+c
+close_all = mod4+c
-[urgency_low]
- background = "#121213"
- foreground = "#de9dac"
- timeout = 10
+[global]
+monitor = 0
+follow = none
+geometry = "400x5-50+82"
+indicate_hidden = yes
+shrink = no
+transparency = 0
+notification_height = 0
+separator_height = 2
+padding = 16
+horizontal_padding = 16
+frame_width = 2
+separator_color = frame
+sort = yes
+idle_threshold = 10
+font = Inter 11
+line_height = 0
+markup = full
+format = "<b>%s</b>\n%b"
+alignment = left
+vertical_alignment = top
+show_age_threshold = 60
+word_wrap = yes
+ellipsize = middle
+ignore_newline = no
+stack_duplicates = true
+hide_duplicate_count = false
+show_indicators = yes
+icon_position = left
+min_icon_size = 0
+max_icon_size = 128
+icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+sticky_history = yes
+history_length = 20
+browser = /usr/bin/firefox -new-tab
+always_run_script = true
+title = Dunst
+class = Dunst
+startup_notification = false
+verbosity = mesg
+corner_radius = 0
+ignore_dbusclose = false
+force_xinerama = false
+mouse_left_click = do_action
+mouse_middle_click = close_all
+mouse_right_click = close_current
-[urgency_normal]
- background = "#121213"
- foreground = "#f9ece8"
- timeout = 10
+# vim: ft=cfg
+frame_color = "#8c627a"
-[urgency_critical]
- background = "#de9dac"
- foreground = "#121213"
- frame_color = "#de9dac"
- timeout = 0
+ [urgency_low]
+ background = "#fdf9f7"
+ foreground = "#8c627a"
+ timeout = 10
-# vim: ft=cfg
+ [urgency_normal]
+ background = "#fdf9f7"
+ foreground = "#121213"
+ timeout = 10
+
+ [urgency_critical]
+ background = "#8c627a"
+ foreground = "#fdf9f7"
+ frame_color = "#8c627a"
+ timeout = 0