diff options
author | eug-vs <eug-vs@keemail.me> | 2021-04-26 14:55:44 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-04-26 14:55:44 +0300 |
commit | b6cb4b45d8500eeec4b9308ba2c00134f3e57740 (patch) | |
tree | ca50917459e69bf044669fdbaaa04bfb03c7ff2c /.config | |
parent | d5bce9d5af0baac1150d745cc77165df138026c2 (diff) | |
download | dotfiles-b6cb4b45d8500eeec4b9308ba2c00134f3e57740.tar.gz |
feat(dunst): setup dunst with gruvbox theme
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 56 | ||||
-rw-r--r-- | .config/ncspot/config.toml | 1 |
2 files changed, 57 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..cea6691 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,56 @@ +[global] + font = "Fira Code Nerd Font 9" + allow_markup = yes + format = "<b>%s</b>\n%b" + sort = yes + indicate_hidden = yes + alignment = left + bounce_freq = 0 + show_age_threshold = 60 + word_wrap = yes + ignore_newline = no + geometry = "256x5-8+40" + transparency = 0 + idle_threshold = 120 + follow = keyboard + sticky_history = yes + line_height = 8 + padding = 12 + horizontal_padding = 8 + separator_height = 1 + separator_color = "#d79921" + startup_notification = false + vertical_alignment = top + +[frame] + width = 1 + color = "#d79921" + +[shortcuts] + close = ctrl+space + close_all = ctrl+shift+space + history = ctrl+grave + context = ctrl+shift+period + +[urgency_low] + background = "#282828" + foreground = "#ebdbb2" + timeout = 5 + +[urgency_normal] + background = "#282828" + foreground = "#ebdbb2" + timeout = 20 + +[urgency_critical] + background = "#282828" + foreground = "#ebdbb2" + timeout = 0 + +[ncspot] + appname = ncspot + format = "<b> %s</b>" + +[slack] + appname = slack + format = "<b> %s</b>\n%b" diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index 29c175e..e14bb36 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -1,5 +1,6 @@ use_nerdfont = true volnorm = true +notify = true [theme] background = "black" |