Move all config files to config directory and add corresponding changes to bootstrap script
This commit is contained in:
1
config/dunst/dunst
Symbolic link
1
config/dunst/dunst
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/daniil/dotfiles/config/dunst
|
||||
60
config/dunst/dunstrc
Normal file
60
config/dunst/dunstrc
Normal file
@@ -0,0 +1,60 @@
|
||||
[global]
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
geometry = "350x5-30-30"
|
||||
indicate_hidden = yes
|
||||
shrink = no
|
||||
separator_height = 0
|
||||
padding = 16
|
||||
horizontal_padding = 16
|
||||
frame_width = 2
|
||||
sort = no
|
||||
idle_threshold = 120
|
||||
font = Fira Code 8
|
||||
line_height = 2
|
||||
markup = full
|
||||
format = <b>%s</b>\n%b
|
||||
alignment = left
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
stack_duplicates = false
|
||||
hide_duplicate_count = yes
|
||||
show_indicators = no
|
||||
icon_position = right
|
||||
text_icon_padding = 20
|
||||
max_icon_size = 64
|
||||
sticky_history = yes
|
||||
history_length = 20
|
||||
browser = /usr/bin/firefox -new-tab
|
||||
always_run_script = true
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
corner_radius = 8
|
||||
mouse_left = do_action
|
||||
|
||||
[shortcuts]
|
||||
close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
|
||||
[urgency_low]
|
||||
timeout = 4
|
||||
background = "#191e2a"
|
||||
foreground = "#cbccc6"
|
||||
frame_color = "#8bc34a"
|
||||
|
||||
[urgency_normal]
|
||||
timeout = 8
|
||||
background = "#191e2a"
|
||||
foreground = "#cbccc6"
|
||||
frame_color = "#ffa759"
|
||||
|
||||
[urgency_critical]
|
||||
timeout = 0
|
||||
background = "#191e2a"
|
||||
foreground = "#cbccc6"
|
||||
frame_color = "#ff3333"
|
||||
|
||||
[volume]
|
||||
appname = "notify-on-volume"
|
||||
history_ignore=yes
|
||||
Reference in New Issue
Block a user