``` ;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/jaagr/polybar ; ; The README contains alot of information ; ;========================================================== ; read colors from pywal [colors] background = ${xrdb:color0:#222} foreground = ${xrdb:color7:#222} foreground-alt = ${xrdb:color6:#222} background-alt = $(xrdb:color5:#222} primary = ${xrdb:color1:#222} secondary = ${xrdb:color2:#222} alert = ${xrdb:color3:#222} c8 = ${xrdb:color8:#222} c9 = ${xrdb:color9:#222} c10 = ${xrdb:color10:#222} c11 = ${xrdb:color11:#222} c12 = ${xrdb:color12:#222} c13 = ${xrdb:color13:#222} c14 = ${xrdb:color14:#222} white = #fff [bar/top] ;monitor = ${env:MONITOR:HDMI-1} width = 100% height = 20 override-redirect=false offset-x = 0 offset-y = 0 radius = 0 fixed-center = true background = ${colors.primary} foreground = ${colors.background} line-size = 1 line-color = ${colors.c9} border-size = 0 border-color = ${colors.background} padding-left = 0 padding-right = 0 module-margin-left = 0 module-margin-right = 0 font-0 = RobotoMono Nerd Font:antialias=true:pixelsize=9;1 font-1 = RobotoMono Nerd Font:antialias=true:size=12;2 font-2 = RobotoMono Nerd Font:antialias=false:size=14;2 font-3 = RobotoMono Nerd Font:antialias=true:size=18;0 ; modules-left = s4 i3 s1 xwindow s5 ; modules-center = ; modules-right = s4 cpu s1 memory s1 temperature s1 date s5 modules-left = i3 modules-center = xwindow modules-right = cpu memory temperature date cursor-click = pointer cursor-scroll = ns-resize [bar/bottom] ;monitor = ${env:MONITOR:HDMI-1} width = 100% height = 20 offset-x = 0 offset-y = 0 radius = 0.0 fixed-center = false background = ${colors.primary} foreground = ${colors.background} bottom=true line-size = 0 line-color = #f00 border-size = 0 border-color = ${colors.background} padding-left = 0 padding-right = 0 module-margin-left = 2 module-margin-right = 2 font-0 = RobotoMono Nerd Font:antialias=true:pixelsize=10;1 font-1 = RobotoMono Nerd Font:antialias=true:size=4;2 font-2 = RobotoMono Nerd Font:antialias=false:size=14;2 font-3 - RobotoMono Nerd Font:antialias=true:size=18;0 ; modules-left = s4 battery s3 s4 wlan s3 s4 weather s5 ; modules-center = s4 filesystem s5 ; modules-right = s4 powermenu s1 pulseaudio s3 modules-left = battery wlan weather modules-center = mpd pm2_5 modules-right = tray-position = right tray-padding = 0 tray-background = ${colors.primary} wm-restack = i3 ;override-redirect = true ;scroll-up = bspwm-desknext ;scroll-down = bspwm-deskprev ;scroll-up = i3wm-wsnext ;scroll-down = i3wm-wsprev cursor-click = pointer cursor-scroll = ns-resize [module/xwindow] type = internal/xwindow format-background = ${colors.primary} ;format-foreground = ${colors.foreground} label = %title:0:90:...% [module/xkeyboard] type = internal/xkeyboard blacklist-0 = num lock format-prefix = "Key:" format-prefix-foreground = ${colors.foreground-alt} format-prefix-underline = ${colors.secondary} label-layout = %layout% label-layout-underline = ${colors.secondary} label-indicator-padding = 2 label-indicator-margin = 1 label-indicator-background = ${colors.secondary} label-indicator-underline = ${colors.secondary} [module/filesystem] type = internal/fs interval = 25 mount-0 = / label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% label-unmounted = %mountpoint% not mounted label-unmounted-foreground = ${colors.foreground-alt} [module/i3] type = internal/i3 format = format-font index-sort = true wrapping-scroll = false ; Only show workspaces on the same output as the bar pin-workspaces = false format-background = ${colors.primary} ws-icon-0 = 1; ws-icon-1 = 2; ws-icon-2 = 3; ws-icon-3 = 4; ws-icon-4 = 5; ws-icon-5 = 6; ws-icon-6 = 7; ws-icon-7 = 8; ws-icon-8 = 9; ws-icon-default = I label-mode-foreground = #000 label-mode-background = ${colors.primary} label-mode-padding = 2 ; focused = Active workspace on focused monitor label-focused = (%name%)%icon% label-focused-background = ${colors.primary} label-focused-foreground = #000 label-focused-underline = ${colors.alert} label-focused-padding = ${self.label-mode-padding} ; unfocused = Inactive workspace on any monitor label-unfocused = (%name%)%icon% label-unfocused-foreground = ${colors.foreground} label-unfocused-underline = ${colors.secondary} label-unfocused-padding = ${self.label-mode-padding} ; visible = Visible workspace on any monitor label-visible = (%name%)%icon% label-visible-background = ${self.label-focused-background} label-visible-foreground = #fff label-visible-underline = ${self.label-focused-underline} label-visible-padding = ${self.label-mode-padding} label-urgent = (%name%)%icon% label-urgent-background = ${colors.primary} label-urgent-foreground = ${colors.foreground} label-urgent-padding = ${self.label-mode-padding} [module/mpd] type = internal/mpd format-online = label-online-background = ${colors.foreground} toggle-on-foreground = ${colors.foreground} toggle-off-foreground = ${colors.foreground} format-online-background = ${colors.primary} format-offline-background = ${colors.primary} ;format-online-foreground = ${colors.foreground} ;format-offline-foreground = ${colors.foreground} icon-play =  icon-pause =  icon-stop =  icon-prev = 玲 icon-next = 怜 label-song-maxlen = 60 label-song-ellipsis = true [module/xbacklight] type = internal/xbacklight format =