[colors]
background = #282a36
foreground = #f8f8f2
primary = #bd93f9
[bar/mybar]
width = 100%
height = 24pt
radius = 0
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3pt
padding-left = 0
padding-right = 1
module-margin = 1
font-0 = monospace;2
modules-left = xworkspaces xwindow
modules-right = cpu memory date
[module/xworkspaces]
type = internal/xworkspaces
label-active = %name%
label-active-background = ${colors.primary}
label-active-padding = 1
[module/xwindow]
type = internal/xwindow
label = %title:0:60:...%
[module/cpu]
type = internal/cpu
interval = 2
label = CPU %percentage%%
[module/memory]
type = internal/memory
interval = 2
label = RAM %percentage_used%%
[module/date]
type = internal/date
interval = 1
date = %H:%M
label = %date%