; __ __ ; ____ ____ / /_ __/ /_ ____ ______ ; / __ \/ __ \/ / / / / __ \/ __ `/ ___/ ; / /_/ / /_/ / / /_/ / /_/ / /_/ / / ; / .___/\____/_/\__, /_.___/\__,_/_/ ;/_/ /____/ ; ; [global/wm] ;margin-top = ;margin-bottom = 2 [colors] fg = ${xrdb:color7} bg = ${xrdb:color0} [bar/top] width = 100% height = 35 offset-x = 0% offset-y= 0% fixed-center = true override-redirect = false background = ${colors.bg} foreground = ${colors.fg} font-0 = Operator Mono Book:size=12:;1 font-1 = Feather:size=12:;2 modules-left = date time volume battery modules-center = xwindow modules-right = ewmh tray-position = right tray-padding = 0 tray-background = ${colors.bg} tray-transparent = false tray-detached = false underline-size = 3 spacing = 1 padding-left = 1 padding-right = 1 module-margin-left = 2 module-margin-right = 2 [module/volume] type = internal/volume format-volume = module-margin-right = 1 ramp-volume-0 =  ramp-volume-1 =  ramp-volume-2 =  format-volume-background = ${colors.bg} ramp-volume-foreground = ${xrdb:color6} label-muted =  muted [module/xwindow] type = internal/xwindow label = %title:0:30:...% format-prefix = " " format-prefix-foreground = ${xrdb:color6} module-margin-left = 2 format-padding = 2 format-background = ${colors.bg} [module/ewmh] type = internal/xworkspaces pin-workspaces = true enable-scroll = true format = label-active = × label-active-foreground = ${xrdb:color6} label-active-background = ${colors.bg} label-active-padding = 1 label-empty = • label-empty-foreground = ${colors.fg} label-empty-background = ${colors.bg} label-empty-padding = 1 label-urgent = ! label-urgent-foreground = #EC5f67 label-urgent-background = ${colors.bg} label-urgent-padding = 1 [module/date] type = internal/date interval = 1 date = " %A, %d %B format-prefix = "" format-prefix-foreground = ${xrdb:color6} [module/time] type = internal/date interval = 1 date = " %I:%M" format-prefix = "" format-prefix-foreground = ${xrdb:color6} [module/battery] type = internal/battery full-at = 100 battery = BAT0 adapter = ACAD poll-interval = 5 format-charging = format-discharging = label-charging =  %percentage%% label-charging-foreground = ${xrdb:color6} label-discharging = %percentage%% label-discharging-foreground = ${colors.fg} label-full =  full! ramp-capacity-foreground = ${xrdb:color6} ramp-capacity-0 = ! ramp-capacity-1 =  ramp-capacity-2 =  [module/spotipy] type = custom/script exec = ~/scripts/spoti.py exec-if = pgrep spotify > /dev/null interval = 0.01 click-left = playerctl -p spotify play-pause ; vim:ft=dosini