Update Dots
This commit is contained in:
81
files/.config/dunst/dunstrc
Normal file
81
files/.config/dunst/dunstrc
Normal file
@@ -0,0 +1,81 @@
|
||||
[global]
|
||||
|
||||
# Window
|
||||
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
geometry = "320x6-30+60"
|
||||
indicate_hidden = yes
|
||||
shrink = no
|
||||
notification_height = 15
|
||||
separator_height = 1
|
||||
transparency = 0
|
||||
padding = 10
|
||||
horizontal_padding = 10
|
||||
frame_width = 0
|
||||
frame_color = "#ffffff"
|
||||
separator_color = frame
|
||||
sort = yes
|
||||
idle_threshold = 120
|
||||
|
||||
# Text
|
||||
|
||||
font = JuliaMono 12
|
||||
line_height = 04
|
||||
markup = full
|
||||
format = "<span><b>%s %p</b></span>\n%b"
|
||||
alignment = left
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ellipsize = middle
|
||||
ignore_newline = no
|
||||
stack_duplicates = true
|
||||
hide_duplicate_count = false
|
||||
show_indicators = yes
|
||||
|
||||
# Icons
|
||||
|
||||
icon_position = left
|
||||
min_icon_size = 48
|
||||
max_icon_size = 96
|
||||
icon_path = /usr/share/icons/Qogir/status/48/:/usr/share/icons/Qogir/devices/48/:/usr/share/icons/Qogir/48x48/apps/
|
||||
|
||||
# History
|
||||
|
||||
sticky_history = yes
|
||||
history_length = 20
|
||||
|
||||
# Misc
|
||||
|
||||
always_run_script = true
|
||||
startup_notification = true
|
||||
verbosity = mesg
|
||||
corner_radius = 2
|
||||
force_xinerama = false
|
||||
mouse_left_click = do_action
|
||||
mouse_middle_click = close_all
|
||||
mouse_right_click = close_current
|
||||
|
||||
|
||||
[shortcuts]
|
||||
close = ctrl+space
|
||||
history = ctrl+shift+space
|
||||
context = ctrl+shift+period
|
||||
|
||||
|
||||
[urgency_low]
|
||||
background="#ffffff"
|
||||
foreground="#050505"
|
||||
timeout = 7
|
||||
|
||||
|
||||
[urgency_normal]
|
||||
background="#ffffff"
|
||||
foreground="#050505"
|
||||
timeout = 10
|
||||
|
||||
|
||||
[urgency_critical]
|
||||
background="#ffffff"
|
||||
foreground="#050505"
|
||||
timeout = 0
|
||||
Reference in New Issue
Block a user