This is a collection of dotfiles and scripts for my bspwm setup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 lines
920 B

[global]
### Display ###
origin = "bottom-right"
offset = "20x20"
horizontal_padding = 15
idle_threshold = 120
indicate_hidden = false
padding = 10
shrink = false
frame_width = 3
separator_height = 3
separator_color = frame
### Text ###
alignment = left
font = Dejavu Sans Mono 8
format = "<b>%s</b>\n%b %p"
markup = full
word_wrap = true
show_indicators = false
show_age_threshold = -1
### History ###
sticky_history = false
history_length = 20
### Misc/Advanced ###
browser = xdg-open
dmenu = rofi -dmenu -p dunst
mouse_left_click = do_action
mouse_middle_click = close_current
mouse_right_click = open_url
[urgency_low]
background = "#8C9440"
foreground = "#FFFFFF"
frame_color = "#B5BD68"
timeout = 10
[urgency_normal]
background = "#404552"
foreground = "#FFFFFF"
frame_color = "#676E7D"
timeout = 10
[urgency_critical]
background = "#524040"
foreground = "#FFFFFF"
frame_color = "#DC7A43"
timeout = 0