First commit
This commit is contained in:
commit
08c122f3fd
23 changed files with 1960 additions and 0 deletions
115
.config/dunst/dunstrc
Normal file
115
.config/dunst/dunstrc
Normal file
|
@ -0,0 +1,115 @@
|
|||
[global]
|
||||
monitor = 0
|
||||
|
||||
follow = none
|
||||
|
||||
width = (0,300)
|
||||
|
||||
height = (0,300)
|
||||
|
||||
origin = top-right
|
||||
|
||||
offset = 10x31
|
||||
|
||||
scale = 0
|
||||
|
||||
notification_limit = 0
|
||||
|
||||
progress_bar = true
|
||||
|
||||
progress_bar_height = 10
|
||||
|
||||
progress_bar_frame_width = 1
|
||||
|
||||
progress_bar_min_width = 150
|
||||
|
||||
progress_bar_max_width = 300
|
||||
|
||||
indicate_hidden = no
|
||||
|
||||
transparency = 0
|
||||
|
||||
separator_height = 1
|
||||
|
||||
padding = 12
|
||||
|
||||
horizontal_padding = 14
|
||||
|
||||
text_icon_padding = 20
|
||||
|
||||
frame_width = 2
|
||||
|
||||
frame_color = "#aac3bf"
|
||||
|
||||
separator_color = frame
|
||||
|
||||
sort = yes
|
||||
|
||||
font = JetBrainsMono Nerd Font 10
|
||||
|
||||
line_height = 0
|
||||
|
||||
markup = full
|
||||
|
||||
format = "<b>%s</b>\n%b"
|
||||
|
||||
alignment = left
|
||||
|
||||
vertical_alignment = center
|
||||
|
||||
show_age_threshold = 30
|
||||
|
||||
ellipsize = middle
|
||||
|
||||
ignore_newline = no
|
||||
|
||||
stack_duplicates = true
|
||||
|
||||
hide_duplicate_count = true
|
||||
|
||||
show_indicators = yes
|
||||
|
||||
icon_position = left
|
||||
|
||||
min_icon_size = 0
|
||||
|
||||
max_icon_size = 64
|
||||
|
||||
icon_path = /usr/share/icons/Papirus-Dark/16x16/actions:/usr/share/icons/Adwaita/16x16/devices/
|
||||
|
||||
sticky_history = no
|
||||
|
||||
history_length = 10
|
||||
|
||||
dmenu = /usr/bin/dmenu -p dunst:
|
||||
|
||||
browser = /usr/bin/xdg-open
|
||||
|
||||
always_run_script = true
|
||||
|
||||
title = Dunst
|
||||
|
||||
class = Dunst
|
||||
|
||||
corner_radius = 0
|
||||
|
||||
ignore_dbusclose = false
|
||||
|
||||
force_xwayland = false
|
||||
|
||||
[global]
|
||||
frame_color = "#8CAAEE"
|
||||
separator_color= frame
|
||||
|
||||
[urgency_low]
|
||||
background = "#303446"
|
||||
foreground = "#C6D0F5"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#303446"
|
||||
foreground = "#C6D0F5"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#303446"
|
||||
foreground = "#C6D0F5"
|
||||
frame_color = "#EF9F76"
|
Loading…
Add table
Add a link
Reference in a new issue