Created
September 6, 2014 16:46
-
-
Save jdiez17/c92d8dc12a9350245466 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
font = "Ubuntu Mono 13" | |
allow_markup = yes | |
format = "<b>%s %p</b>\n%b" | |
sort = yes | |
indicate_hidden = true | |
# geometry = "x5" | |
transparency = 40 | |
idle_threshold = 0 | |
geometry = "300x5-20+20" | |
alignment = center | |
show_age_threshold = 30 | |
sticky_history = yes | |
follow = mouse | |
word_wrap = yes | |
separator_height = 2 | |
padding = 10 | |
horizontal_padding = 10 | |
separator_color = frame | |
startup_notification = false | |
dmenu = "/usr/bin/dmenu -p dunst: -nb #FFFFFF -nf #000000 -sb #94DBFF -sf #000000" | |
browser = /usr/bin/chromium | |
[frame] | |
width = 3 | |
color = "#000000" | |
[shortcuts] | |
close = ctrl+space | |
close_all = ctrl+shift+space | |
history = ctrl+grave | |
context = ctrl+shift+period |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment