dotfiles/configlinux/dunst/dunstrc
2022-12-20 09:41:39 -06:00

63 lines
1.2 KiB
Plaintext

## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
[global]
monitor = 0
follow = mouse
width = 280
height = 80
origin = bottom-right
offset = 10x46
indicate_hidden = yes
shrink = no
separator_color = auto
separator_height = 4
line_height = 4
padding = 15
horizontal_padding = 15
frame_width = 0
sort = no
idle_threshold = 120
font = JetBrains Mono 10
markup = full
format = %s\n%b
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = false
hide_duplicate_count = yes
show_indicators = no
icon_position = left
max_icon_size = 48
sticky_history = yes
history_length = 20
browser = x-www-browser -new-tab
always_run_script = true
title = Dunst
class = Dunst
[shortcuts]
close = ctrl+shift+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
timeout = 2
background = "#191D27"
foreground = "#929AA9"
frame_color = "#FFC86A"
[urgency_normal]
timeout = 5
background = "#191D27"
foreground = "#929AA9"
frame_color = "#FFC86A"
[urgency_critical]
timeout = 0
background = "#191D27"
foreground = "#FFC86A"
frame_color = "#FFC86A"