mac-dotfiles/dunst/.config/dunst/dunstrc
erius 479b91284c Refactored dotfiles file structure to easily symlink them using GNU stow
Added fonts and cursors modules
Added rofi and gtk themes
Changed rofi secondary color from blue to mauve, added rounded corners
Wallpaper is now in hyprland module, Asahi logo is now in fastftech module
2024-09-03 02:58:50 +03:00

32 lines
634 B
Text

[global]
frame_color = "#cba6f7"
separator_color = frame
font = Rubik Medium 11
icon_theme = "Papirus-Dark"
enable_recursive_icon_lookup = true
frame_width = 2
corner_radius = 10
progress_bar_corner_radius = 10
progress_bar_frame_width = 1
origin = top-right
[urgency_low]
background = "#1e1e2ee6"
foreground = "#cdd6f4"
highlight = "#cba6f7"
[urgency_normal]
background = "#1e1e2ee6"
foreground = "#cdd6f4"
highlight = "#cba6f7"
[urgency_critical]
background = "#1e1e2ee6"
foreground = "#cdd6f4"
frame_color = "#ed5365"
highlight = "#cba6f7"
[volume-brightness]
appname = volume-brightness
alignment = center
max_icon_size = 128