;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; ;========================================================== [colors] background = #ccfdf6e3 background-alt = #ccfdf6e3 foreground = #657b83 primary = #657b83 secondary = #657b83 alert = #A54242 disabled = #707880 [bar/top] #bottom = false #dock = false width = 100% height = 15pt radius = 0 # dpi = 135 background = ${colors.background} foreground = ${colors.foreground} line-size = 3pt border-size = 0pt border-color = #00000000 padding-left = 1 padding-right = 1 module-margin = 1 separator = | separator-foreground = ${colors.disabled} font-0 = Fira Mono:style=Medium:pixelsize=8;1 font-1 = PowerlineSymbols:size=10;1 font-2 = SymbolsNerdFont:size=10;1 modules-left = xwindow modules-center = date modules-right = network memory cpu temperature backlight pulseaudio battery xkeyboard powermenu cursor-click = pointer cursor-scroll = ns-resize enable-ipc = true # tray-position = right # wm-restack = generic # wm-restack = bspwm # wm-restack = i3 # override-redirect = true [module/xworkspaces] type = internal/xworkspaces label-active = %name% label-active-background = ${colors.background-alt} label-active-underline= ${colors.primary} label-active-padding = 1 label-occupied = %name% label-occupied-padding = 1 label-urgent = %name% label-urgent-background = ${colors.alert} label-urgent-padding = 1 label-empty = %name% label-empty-foreground = ${colors.disabled} label-empty-padding = 1 [module/xwindow] type = internal/xwindow label =  %title% label-maxlen = 100 label-ellipsis = true [module/filesystem] type = internal/fs interval = 25 mount-0 = / label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%% label-unmounted = %mountpoint% not mounted label-unmounted-foreground = ${colors.disabled} [module/backlight] type = internal/backlight ; Available tags: ;