parent
9a16998e64
commit
0cdf6e4723
6 changed files with 58 additions and 17 deletions
@ -0,0 +1,52 @@ |
||||
[global] |
||||
geometry = "0x5-2+25" |
||||
indicate_hidden = yes |
||||
shrink = no |
||||
notification_height = 0 |
||||
separator_height = 2 |
||||
padding = 2 |
||||
horizontal_padding = 5 |
||||
frame_width = 2 |
||||
frame_color = "#888888" |
||||
sort = yes |
||||
idle_threshold = 120 |
||||
font = Monospace 16 |
||||
markup = full |
||||
format = "<b>%s</b>\n%b" |
||||
alignment = left |
||||
show_age_threshold = 60 |
||||
word_wrap = yes |
||||
ellipsize = middle |
||||
ignore_newline = no |
||||
stack_duplicates = true |
||||
hide_duplicate_count = 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/ |
||||
sticky_history = yes |
||||
history_length = 20 |
||||
dmenu = /usr/bin/dmenu -p dunst: |
||||
browser = /usr/bin/firefox -new-tab |
||||
always_run_script = true |
||||
title = Dunst |
||||
class = Dunst |
||||
startup_notification = false |
||||
[shortcuts] |
||||
close_all = ctrl+shift+space |
||||
|
||||
[urgency_low] |
||||
background = "#222222" |
||||
foreground = "#888888" |
||||
timeout = 2 |
||||
|
||||
[urgency_normal] |
||||
background = "#ffffff" |
||||
foreground = "#000000" |
||||
timeout = 2 |
||||
|
||||
[urgency_critical] |
||||
background = "#900000" |
||||
foreground = "#ffffff" |
||||
frame_color = "#ff0000" |
||||
timeout = 0 |
@ -1,12 +0,0 @@ |
||||
#!/usr/bin/env sh |
||||
HEIGHT=30 |
||||
W=$1 |
||||
FULLW=$( |
||||
xdpyinfo | |
||||
grep 'dimensions' | |
||||
egrep -o "[0-9]+x[0-9]+ pixels" | |
||||
sed "s/x.*//" |
||||
) |
||||
OFFX=$(echo $FULLW - $W - 2 | bc) |
||||
|
||||
sh -c "echo $2 | dzen2 -p 2 -h $HEIGHT -x $OFFX -y 30" & |
Loading…
Reference in new issue