[Dunst] Create configuration
This commit is contained in:
parent
0f8b47d61f
commit
c7fa2b9299
50
dunstrc
Normal file
50
dunstrc
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
[global]
|
||||||
|
monitor = 1
|
||||||
|
follow = none
|
||||||
|
geometry = "300x5-30+30"
|
||||||
|
shrink = no
|
||||||
|
separator_height = 1
|
||||||
|
padding = 8
|
||||||
|
horizontal_padding = 8
|
||||||
|
frame_width = 0
|
||||||
|
sort = yes
|
||||||
|
|
||||||
|
# Text
|
||||||
|
font = Roboto 12
|
||||||
|
line_height = 0
|
||||||
|
markup = full
|
||||||
|
format = "<b>%s</b>\n%b"
|
||||||
|
aligment = left
|
||||||
|
show_age_threshold = 60
|
||||||
|
word_wrap = yes
|
||||||
|
ignore_newline = no
|
||||||
|
stack_duplicates = false
|
||||||
|
show_indicators = yes
|
||||||
|
icon_position = left
|
||||||
|
max_icon_size = 32
|
||||||
|
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||||
|
|
||||||
|
[frame]
|
||||||
|
width = 0
|
||||||
|
|
||||||
|
[shortcuts]
|
||||||
|
close = ctrl+space
|
||||||
|
close_all = ctrl+shift+space
|
||||||
|
history = ctrl+grave
|
||||||
|
context = ctrl+shift+period
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
background = "#212121"
|
||||||
|
foreground = "#FFFFFF"
|
||||||
|
timeout = 10
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#757575"
|
||||||
|
foreground = "#000000"
|
||||||
|
timeout = 15
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#B71C1C"
|
||||||
|
foreground = "#000000"
|
||||||
|
timeout = 120
|
||||||
|
|
@ -5,10 +5,12 @@ rm -f $HOME/.bashrc
|
|||||||
rm -f $HOME/.bash_aliases
|
rm -f $HOME/.bash_aliases
|
||||||
rm -f $HOME/.ideavimrc
|
rm -f $HOME/.ideavimrc
|
||||||
rm -f $HOME/.config/i3/config
|
rm -f $HOME/.config/i3/config
|
||||||
|
rm -f $HOME/.config/dunst/dunstrc
|
||||||
rm -f $HOME/.i3status.conf
|
rm -f $HOME/.i3status.conf
|
||||||
rm -f $HOME/bin/lock
|
rm -f $HOME/bin/lock
|
||||||
|
|
||||||
mkdir -p $HOME/.config/i3
|
mkdir -p $HOME/.config/i3
|
||||||
|
mkdir -p $HOME/.config/dunst
|
||||||
mkdir -p $HOME/bin/
|
mkdir -p $HOME/bin/
|
||||||
|
|
||||||
ln -s $(pwd)/vimrc $HOME/.vimrc
|
ln -s $(pwd)/vimrc $HOME/.vimrc
|
||||||
@ -17,6 +19,7 @@ ln -s $(pwd)/bash_aliases $HOME/.bash_aliases
|
|||||||
ln -s $(pwd)/ideavimrc $HOME/.ideavimrc
|
ln -s $(pwd)/ideavimrc $HOME/.ideavimrc
|
||||||
ln -s $(pwd)/i3-config $HOME/.config/i3/config
|
ln -s $(pwd)/i3-config $HOME/.config/i3/config
|
||||||
ln -s $(pwd)/i3status.conf $HOME/.i3status.conf
|
ln -s $(pwd)/i3status.conf $HOME/.i3status.conf
|
||||||
|
ln -s $(pwd)/dunstrc $HOME/.config/dunst/dunstrc
|
||||||
|
|
||||||
ln -s $(pwd)/scripts/lock $HOME/bin/lock
|
ln -s $(pwd)/scripts/lock $HOME/bin/lock
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user