;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; ;========================================================== [colors] background = #00040405 background-alt = #282a2e foreground = #cbd4e2 foreground-alt = #94928f blue = #46a8c3 green = #7ac82e yellow = #ffef7a alert = #f80000 [bar/example] ;monitor = ${env:MONITOR:HDMI-1} width = 100% height = 21 ;offset-x = 1% ;offset-y = 1% radius = 0.0 fixed-center = false background = ${colors.background} foreground = ${colors.foreground} line-size = 2 line-color = #000 border-size = 0 border-color = #00000000 padding-left = 0 padding-right = 0 module-margin-left = 2 module-margin-right = 2 font-0 = "Noto Sans:size=13;2:antialias=false" font-1 = "Noto Sans:size=11;0:antialias=false" font-2 = "Noto Sans:style=bold:size=12;2:antialias=false" font-3 = "Noto Sans:size=10;2:antialias=false" font-4 = "Font Awesome 5 Free,Font Awesome 5 Free Solid:style=Solid:pixelsize=11;2:antialias=false" font-5 = "Font Awesome 5 Free,Font Awesome 5 Free Solid:style=Solid:pixelsize=11;2:antialias=false" modules-left = ewmh polywins modules-center = modules-right = wlan1 wlan2 mem2 cpu temperature date tray-position = right tray-padding = 3 cursor-click = pointer cursor-scroll = ns-resize ;================================================================ [module/ewmh] type = internal/xworkspaces enable-click = true enable-scroll = false format = "" icon-0 = web; icon-1 = edt; icon-2 = faff; icon-3 = vid; icon-4 = muso; icon-5 = trnt; label-active = " %icon% " label-active-foreground = ${colors.blue} label-active-underline = ${colors.blue} label-occupied = " %icon% " label-occupied-foreground = ${colors.foreground-alt} label-occupied-underline = ${colors.blue} label-urgent = " %icon% " label-urgent-foreground = ${colors.alert} label-empty = " %icon% " label-empty-foreground = ${colors.foreground-alt} ;================================================================ [module/polywins] type = custom/script exec = ~/.config/polybar/scripts/polywins.sh 2>/dev/null format =