diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-10-22 17:59:44 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-10-22 18:02:22 +0300 |
commit | fcdbc26d03ecbdaf55c0b516d01c427376334ffb (patch) | |
tree | bff8f949d1412cef851e6b608503ca83afb9760f | |
parent | a02174f19e161d3df04ff56c6b8b9dc182152812 (diff) | |
download | dotfiles-fcdbc26d03ecbdaf55c0b516d01c427376334ffb.tar.gz |
chore(dunst): migrate to v1.7.0
Release notes:
https://github.com/dunst-project/dunst/releases/tag/v1.7.0
-rw-r--r-- | dunst/.config/dunst/dunstrc | 25 | ||||
-rw-r--r-- | env/.config/sxhkd/sxhkdrc | 3 |
2 files changed, 12 insertions, 16 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 30a4011..b7aff1b 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -1,49 +1,42 @@ [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" + width=300 + offset=8x36 transparency = 0 - idle_threshold = 120 + notification_limit = 3 + idle_threshold = 60 follow = keyboard sticky_history = yes line_height = 8 padding = 12 horizontal_padding = 12 separator_height = 1 - separator_color = "#ebdbb2" - startup_notification = false + separator_color = background max_icon_size = 72 - -[frame] - width = 1 - color = "#ebdbb2" - -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - context = ctrl+shift+period + frame_width = 1 [urgency_low] background = "#1d2021" foreground = "#ebdbb2" timeout = 5 + frame_color = "#000000" [urgency_normal] background = "#1d2021" foreground = "#ebdbb2" timeout = 20 + frame_color = "#000000" [urgency_critical] background = "#1d2021" foreground = "#ebdbb2" timeout = 0 + frame_color = "#000000" diff --git a/env/.config/sxhkd/sxhkdrc b/env/.config/sxhkd/sxhkdrc index 2772586..a95d3b3 100644 --- a/env/.config/sxhkd/sxhkdrc +++ b/env/.config/sxhkd/sxhkdrc @@ -48,3 +48,6 @@ super + w super + n st -e nvim ~/Sync/diary/$(date +"%Y-%m-%d").md + +ctrl + space + dunstctl close |