Created
May 3, 2021 12:22
-
-
Save nicoe/6aa23ee75b88cd62ec8c633e7415eb6a to your computer and use it in GitHub Desktop.
dunstrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
geometry = "400x5-30+20" | |
transparency = 0 | |
padding = 8 | |
horizontal_padding = 8 | |
frame_width = 3 | |
frame_color = "#aaaaaa" | |
separator_color = frame | |
idle_threshold = 120 | |
font = FiraCode 10 | |
markup = full | |
format = "%s\n%b" | |
show_indicators = yes | |
icon_position = "left" | |
icon_path = "/usr/share/icons/gnome/32x32/status/:/usr/share/icons/gnome/32x32/devices/" | |
max_size = 32 | |
follow = "keyboard" | |
word_wrap = true | |
dmenu = /usr/bin/rofi -dmenu | |
[shortcuts] | |
close = ctrl+BackSpace | |
history = ctrl+minus | |
context = ctrl+space | |
[urgency_critical] | |
background = "#900000" | |
foreground = "#ffffff" | |
frame_color = "#ff0000" | |
timeout = 60 | |
[urgency_low] | |
background = "#f6fc7b" | |
# vim: ft=cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment