mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
⚡ Add scripts & configs
This commit is contained in:
parent
f8ffdbda2e
commit
734af357dd
33 changed files with 1432 additions and 957 deletions
52
config/dunst/dunstrc
Normal file
52
config/dunst/dunstrc
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
[global]
|
||||
font = Hack 10
|
||||
padding = 1
|
||||
frame_color = "#073642"
|
||||
frame_width = 2
|
||||
allow_markup = yes
|
||||
format = "<b>%a:</b> %s\n%b"
|
||||
sort = yes
|
||||
indicate_hidden = yes
|
||||
alignment = left
|
||||
bounce_freq = 0
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
geometry = "300x5-30+40"
|
||||
transparency = 0
|
||||
idle_threshold = 120
|
||||
monitor = 0
|
||||
follow = keyboard
|
||||
sticky_history = yes
|
||||
line_height = 0
|
||||
separator_height = 2
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
separator_color = frame
|
||||
startup_notification = true
|
||||
browser = /usr/bin/firefox -new-tab
|
||||
|
||||
[frame]
|
||||
width = 0
|
||||
color = "#000000"
|
||||
|
||||
[shortcuts]
|
||||
close = mod4+m
|
||||
close_all = mod4+shift+m
|
||||
history = mod4+n
|
||||
context = mod4+shift+i
|
||||
|
||||
[urgency_low]
|
||||
background = "#002B36"
|
||||
foreground = "#dfdfdf"
|
||||
timeout = 10
|
||||
|
||||
[urgency_normal]
|
||||
background = "#002B36"
|
||||
foreground = "#ffffff"
|
||||
timeout = 10
|
||||
|
||||
[urgency_critical]
|
||||
background = "#900000"
|
||||
foreground = "#ffffff"
|
||||
timeout = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue