#================================================== # # INFO: https://github.com/jaagr/polybar # #=================================================== #======================================== # RESOURCES #======================================== [res/colors] primary = ${xrdb:color12} secondary = ${xrdb:color4} alert = ${xrdb:color3} warning = ${xrdb:color1} icon-battery = ${res/colors.primary} icon-cpu = ${xrdb:color12} icon-date = ${res/colors.primary} icon-fs = ${xrdb:color10} icon-memory = ${xrdb:color13} icon-volume = ${res/colors.primary} icon-wlan = ${xrdb:color14} icon-wm = ${xrdb:color12} icon-xbacklight = ${res/colors.primary} background = ${xrdb:background} background-alt = ${xrdb:color8} foreground = ${xrdb:color15} foreground-dark = ${xrdb:color8} border = #3c3836 [res/config] padding = 4 [res/fonts] font-0 = "Roboto:size=10;2" font-1 = "FontAwesome:size=10;2" font-2 = "Material Design Icons:size=11;3" font-3 = font-4 = #======================================== # BARS #======================================== # TEMPLATE #==================== [template/bar] # Rendering of the bar width = 1908 height = 34 offset-x = 6 offset-y = 0 bottom = true wm-restack = ${env:PB_WM_RESTACK:bspwm} # Module padding and spacing module-margin = 2 padding = 4 # Mild ricing background = ${res/colors.background} foreground = ${res/colors.foreground} border-size = 4 border-bottom-size = 0 border-color = ${res/colors.border} # Module fonts font-0 = ${res/fonts.font-0} font-1 = ${res/fonts.font-1} font-2 = ${res/fonts.font-2} font-3 = ${res/fonts.font-3} font-4 = ${res/fonts.font-4} # BARS #==================== [bar/primary] monitor = ${env:PB_MONITOR:eDP-1} inherit = template/bar modules-left = bspwm | cpu memory fs-home modules-center = xwindow modules-right = wlan xbacklight volume battery | date [bar/secondary] monitor = ${env:PB_MONITOR} inherit = template/bar modules-left = bspwm modules-center = xwindow modules-right = #======================================== # MODULES #======================================== # BORDERS and WHITESPACE #==================== [module/|] type = custom/text content = "|" content-foreground = ${res/colors.background-alt} [module/||] type = custom/text content = " " content-background = ${res/colors.border} # OTHER #==================== [module/bspwm] type = internal/bspwm format = enable-scroll = false pin-workspaces = true label-focused = %name% label-focused-padding = ${res/config.padding} label-focused-foreground = ${res/colors.background} label-focused-background = ${res/colors.icon-wm} label-dimmed = ${self.label-focused} label-dimmed-padding = ${res/config.padding} label-dimmed-foreground = ${self.label-focused-foreground} label-dimmed-background = ${res/colors.background-alt} label-occupied = ${self.label-focused} label-occupied-padding = ${res/config.padding} label-urgent = ${self.label-focused} label-urgent-padding = ${res/config.padding} label-urgent-foreground = ${res/colors.alert} label-empty = ${self.label-focused} label-empty-padding = ${res/config.padding} label-empty-foreground = ${res/colors.background-alt} [module/battery] type = internal/battery format-charging = format-charging-prefix = "Battery: " format-charging-prefix-foreground = ${res/colors.icon-battery} format-discharging = format-discharging-prefix = "Battery: " format-discharging-prefix-foreground = ${res/colors.icon-battery} format-full = format-full-prefix = "Battery: " format-full-prefix-foreground = ${res/colors.alert} time-format = %H:%M full-at = 98 interval = 15 label-charging = %percentage%% label-discharging = %percentage%% label-full = %percentage%% [module/cpu] type = internal/cpu format = format-prefix = "CPU: " format-prefix-foreground = ${res/colors.icon-cpu} interval = 1 ramp-coreload-0 = ▁ ramp-coreload-1 = ▂ ramp-coreload-2 = ▃ ramp-coreload-3 = ▄ ramp-coreload-4 = ▅ ramp-coreload-5 = ▆ ramp-coreload-5-foreground = ${res/colors.alert} ramp-coreload-6 = ▇ ramp-coreload-6-foreground = ${res/colors.alert} ramp-coreload-7 = █ ramp-coreload-7-foreground = ${res/colors.warning} [module/date] type = internal/date format =