;========================================================== ; ;========================================================== ; Include powerline utility include-file = ~/.config/polybar/powerline-for-polybar.config ; Include color scheme include-file = ~/.config/polybar/colors.config ;======================================= ; Bar ;======================================= [bar/example] ; Generic options width = 100% height = 32 dpi-x = 96 dpi-y = 96 tray-position = right tray-background = ${colors.blue} tray-offset-x = 0 tray-padding = 7 ; Set bar's default background/foreground color background = #9912151c foreground = ${colors.white} ; Set bar's fonts list font-0 = "Noto Sans:size=13:weight=85:antialias=true;3" font-1 = "Source Code Pro:pixelsize=20:antialias=true;6" font-2 = "Source Code Pro:size=11:weight=bold:antialias=true;3" font-3 = "Font Awesome 6 Free Solid:size=10:antialias=true;3" font-4 = "Font Awesome 6 Free:size=10:antialias=true;3" font-5 = "Font Awesome 6 Brands:size=10:antialias=true;3" font-6 = "Font Awesome v4 Compatibility:size=10:antialias=true;3" ; Set modules list modules-left = xwindow modules-center = i3 modules-right = updates temperature memory clockspeed cpu pulseaudio date startarrow fixed-center = true ;======================================= ; Modules ;======================================= [module/startarrow] inherit = powerline-modules/right-to-left-starting-arrow background = ${colors.blue} background-next = ${colors.background} [module/pulseaudio] type = internal/pulseaudio inherit = powerline-templates/right-to-left-item background = ${colors.blue} background-next = ${colors.background} label-muted-foreground = ${colors.gray} format-foreground = ${colors.white} format-volume-background = ${colors.blue} format-muted-background = ${colors.blue} format-volume = " " format-muted = "  " ramp-volume-0 = 🔈 ramp-volume-1 = 🔊 [module/date] ; Powerline settings inherit = powerline-templates/right-to-left-item background = ${colors.background} background-next = ${colors.blue} ; Other settings type = internal/date format-background = ${self.background} format-foreground = ${colors.white} date = " %a %b %d, %H:%M:%S " [module/cpu] ; Powerline settings inherit = powerline-templates/right-to-left-item background = ${colors.background} background-next = ${colors.blue} ; Other settings type = internal/cpu format-background = ${self.background} format-foreground = ${colors.white} label = " CPU %percentage%% " [module/memory] ; Powerline settings inherit = powerline-templates/right-to-left-item background = ${colors.background} background-next = ${colors.blue} ; Other settings type = internal/memory format-background = ${self.background} format-foreground = ${colors.white} label = " %used% " [module/updates] ; Powerline settings inherit = powerline-templates/right-to-left-item background = ${colors.background} background-next = ${root.background} ; Other settings type = custom/script format-background = ${self.background} format-foreground = ${colors.white} format-warn-background = ${self.background} exec = checkupdates | wc -l format = " 