dunst: add config

This commit is contained in:
Inhji 2022-12-18 20:04:40 +01:00
parent c437ab723a
commit e6a163a97b
2 changed files with 12 additions and 11 deletions

View File

@ -86,10 +86,10 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 3
frame_width = 0
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"
frame_color = "#000000"
# Define a color for the separator.
# possible values are:
@ -111,7 +111,7 @@
### Text ###
font = CaskaydiaCove Nerd Font 12
font = Inter 20
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@ -292,23 +292,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#222222"
foreground = "#888888"
background = "#282828"
foreground = "#ebdbb2"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
background = "#98971a"
foreground = "#ebdbb2"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
frame_color = "#ff0000"
background = "#cc214d"
foreground = "#ebdbb2"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#default_icon = /path/to/icon

View File

@ -9,6 +9,7 @@
- ~/.local/rofi/themes
- ~/.config/alacritty
- ~/.config/helix
- ~/.config/dunst
- link:
~/.ssh/config: config/ssh/config
@ -23,4 +24,5 @@
~/.config/starship.toml: config/starship/starship
~/.config/fish/config.fish: config/fish/config.fish
~/.config/alacritty/alacritty.yml: config/alacritty/alacritty.yml
~/.config/helix/config.toml: config/helix/config.toml
~/.config/helix/config.toml: config/helix/config.toml
~/.config/dunst/dunstrc: config/dunst/dunstrc