;===================================================== ; ; To learn more about how to configure Polybar ; go to https://github.com/jaagr/polybar ; ; The README contains alot of information ; ;===================================================== [colors] background = #1d2021 background-alt = #3c3836 foreground = #ebdbb2 foreground-alt = #ebdbb2 primary = #689d68 secondary = #e60053 alert = #bd2c40 [bar/top] monitor = ${env:MONITOR:} width = 100% height = 30 offset-x = 0% offset-y = 0% radius = 0 fixed-center = true background = ${colors.background} foreground = ${colors.foreground} line-size = 2 line-color = #f00 border-size = 0 border-bottom-size = 0 border-color = #00000000 padding-left = 3 padding-right = 3 module-margin-left = 1 module-margin-right = 1 font-0 = "JetBrainsMono Nerd Font:pixelsize=10;3" font-1 = "Font Awesome 6 Free Solid:pixelsize=10;3" font-2 = "feather:size=12;3" modules-left = whoami xwindow modules-center = i3 modules-right = mpd memory cpu temperature volume date powermenu tray-position = right wm-restack = i3 scroll-up = i3wm-wsnext scroll-down = i3wm-wsprev [module/xwindow] type = internal/xwindow label = %title:0:20:...% label-empty = "None" label-empty-foreground = ${colors.cyan} format-prefix = "  " [module/whoami] type = custom/script exec = whoami interval = 3600 format = 