migrate to stow
This commit is contained in:
65
config/.config/dunst/dunstrc
Normal file
65
config/.config/dunst/dunstrc
Normal file
@@ -0,0 +1,65 @@
|
||||
[global]
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
|
||||
### Geometry
|
||||
width = 350
|
||||
height = 150
|
||||
origin = top-right
|
||||
offset = 30x30
|
||||
|
||||
|
||||
indicate_hidden = yes
|
||||
shrink = no
|
||||
separator_height = 0
|
||||
padding = 16
|
||||
horizontal_padding = 16
|
||||
frame_width = 2
|
||||
sort = no
|
||||
idle_threshold = 120
|
||||
font = Fira Code 8
|
||||
line_height = 2
|
||||
markup = full
|
||||
format = <b>%s</b>\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 = right
|
||||
text_icon_padding = 20
|
||||
max_icon_size = 64
|
||||
sticky_history = yes
|
||||
history_length = 20
|
||||
browser = /usr/bin/xdg-open
|
||||
always_run_script = true
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
corner_radius = 8
|
||||
|
||||
mouse_left_click = do_action
|
||||
mouse_right_click = close_current
|
||||
|
||||
[urgency_low]
|
||||
timeout = 4
|
||||
background = "#191e2a"
|
||||
foreground = "#cbccc6"
|
||||
frame_color = "#8bc34a"
|
||||
|
||||
[urgency_normal]
|
||||
timeout = 8
|
||||
background = "#191e2a"
|
||||
foreground = "#cbccc6"
|
||||
frame_color = "#ffa759"
|
||||
|
||||
[urgency_critical]
|
||||
timeout = 0
|
||||
background = "#191e2a"
|
||||
foreground = "#cbccc6"
|
||||
frame_color = "#ff3333"
|
||||
|
||||
[volume]
|
||||
appname = "notify-on-volume"
|
||||
history_ignore=yes
|
||||
Reference in New Issue
Block a user