Skip to content

Instantly share code, notes, and snippets.

@jakemayeux
Created June 15, 2017 17:51
Show Gist options
  • Save jakemayeux/d30518e96c704d0a9158e821a8aa0fc8 to your computer and use it in GitHub Desktop.
Save jakemayeux/d30518e96c704d0a9158e821a8aa0fc8 to your computer and use it in GitHub Desktop.
[bar/bspc]
;background = #242a34
background = #242424
foreground = #b7bdca
width = 2560
height = 32
modules-left = time
modules-center = bspwm
modules-right = battery
font-0 = Sans-Regular:size=8;0
font-1 = DejaVu Sans:size=8;0
[module/cpu]
type = internal/cpu
interval = 10
;format = <label> <bar-load>
;label = C
[module/pipe]
type = custom/text
content = |
[module/battery]
type = internal/battery
battery = BAT0
adapter = ADP1
[module/time]
type = internal/date
interval = 1.0
label = %time%
time = %l:%M %p
[module/bspwm]
type = internal/bspwm
format = <label-state>
label-focused = %name%
label-focused-foreground = #fff
label-focused-padding = 1
label-occupied = %name%
label-occupied-foreground = #b7bdca
label-occupied-padding = 1
label-urgent = %name%
label-urgent-padding = 1
label-empty = %name%
label-empty-foreground = #555
label-empty-padding = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment