Initial commit
This commit is contained in:
commit
5f78d74eca
178 changed files with 1952 additions and 0 deletions
64
.config/dunst/dunstrc
Normal file
64
.config/dunst/dunstrc
Normal file
|
@ -0,0 +1,64 @@
|
|||
[global]
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
width = 320
|
||||
origin = top-right
|
||||
offset = (4, 4)
|
||||
|
||||
progress_bar = true
|
||||
progress_bar_height = 10
|
||||
progress_bar_frame_width = 1
|
||||
progress_bar_min_width = 150
|
||||
progress_bar_max_width = 320
|
||||
progress_bar_corner_radius = 5
|
||||
|
||||
indicate_hidden = yes
|
||||
shrink = no
|
||||
separator_height = 2
|
||||
separator_color = frame
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
frame_width = 0
|
||||
corner_radius = 0
|
||||
sort = yes
|
||||
idle_threshold = 120
|
||||
|
||||
font = SF Mono 12
|
||||
line_height = 0
|
||||
markup = full
|
||||
format = "<b>%s</b>\n%b"
|
||||
alignment = left
|
||||
vertical_alignment = center
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ellipsize = middle
|
||||
ignore_newline = no
|
||||
stack_duplicates = true
|
||||
hide_duplicate_count = false
|
||||
show_indicators = yes
|
||||
icon_position = off
|
||||
min_icon_size = 50
|
||||
max_icon_size = 60
|
||||
icon_path = $HOME/.local/share/icons/dunst
|
||||
sticky_history = yes
|
||||
history_length = 20
|
||||
always_run_script = true
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
ignore_dbusclose = false
|
||||
force_xwayland = false
|
||||
force_xinerama = false
|
||||
mouse_left_click = do_action, close_current
|
||||
mouse_middle_click = do_action, close_current
|
||||
mouse_right_click = close_all
|
||||
|
||||
[experimental]
|
||||
per_monitor_dpi = false
|
||||
|
||||
|
||||
[urgency_normal]
|
||||
background = "#CCCCCC99"
|
||||
foreground = "#474747"
|
||||
frame_color = "#00000000"
|
||||
highlight = "#474747"
|
||||
timeout = 5
|
Loading…
Add table
Add a link
Reference in a new issue