first upload

This commit is contained in:
2025-04-08 15:56:39 +03:00
commit 8ea248d4e6
21 changed files with 3596 additions and 0 deletions

37
.config/dunst/dunstrc Normal file
View File

@@ -0,0 +1,37 @@
[global]
font = JetBrainsMono Nerd Font Bold 10
allow_markup = yes
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "300x5-10+50"
transparency = 0
idle_threshold = 120
monitor = 0
follow = mouse
sticky_history = yes
line_height = 0
padding = 8
horizontal_padding = 8
separator_height = 2
frame_width = 0
separator_color = frame
[urgency_low]
background = "#2e3440"
foreground = "#d8dee9"
timeout = 4
[urgency_normal]
background = "#2e3440"
foreground = "#d8dee9"
timeout = 6
[urgency_critical]
background = "#2e3440"
foreground = "#d8dee9"
timeout = 0