Skip to content

Commit

Permalink
dunst added
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Aug 13, 2017
1 parent 7ed42e7 commit 0c839e0
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,18 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi

# launch some cool programs
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
urxvtd -q -o -f
urxvtd -q -o -f &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
compton --config /home/adam/.config/i3/compton.conf &
dunst &
xrandr --output LVDS-1 --primary
xrandr --output VGA-1 --auto --left-of LVDS-1
nitrogen --restore
nitrogen --restore &
conky -c /home/adam/.config/i3/conkyrc &
sleep 1
conky -c /home/adam/.config/i3/conkyrc2 &

# /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# compton --config /home/adam/.config/i3/compton.conf &
# dunst &


exec i3

51 changes: 51 additions & 0 deletions dunst/dunstrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[global]
font = "Hack 8"
allow_markup = yes
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = center
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "200x5-6+30"
transparency = 0
idle_threshold = 120
monitor = 0
follow = mouse
sticky_history = yes
line_height = 0
separator_height = 2
padding = 8
horizontal_padding = 8
separator_color = "#585858"
startup_notification = false
# https://github.com/knopwob/dunst/issues/26#issuecomment-36159395
#icon_position = left
#icon_folders = /usr/share/icons/elementary/actions/16/

[frame]
width = 1
color = "#83a598"

[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period

[urgency_low]
background = "#282828"
foreground = "#ebdbb2"
timeout = 5

[urgency_normal]
background = "#282828"
foreground = "#ebdbb2"
timeout = 20

[urgency_critical]
background = "#282828"
foreground = "#ebdbb2"
timeout = 0

0 comments on commit 0c839e0

Please sign in to comment.