;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; ;========================================================== [colors] ;background = #fff ;foreground = #000 foreground = ${xrdb:color7:#fff} background = ${xrdb:color0:#000} ; _ ; | |__ __ _ _ __ ___ ; | '_ \ / _` | '__/ __| ; | |_) | (_| | | \__ \ ; |_.__/ \__,_|_| |___/ [bar/bar] monitor = ${env:MONITOR:} enable-ipc=true height = 20 width = 100% padding = 4 ;bottom = true radius-bottom = 15 background = ${colors.background} ;background = ${colors.primary} foreground = ${colors.foreground} border-size = 10 border-top-size = 0 border-bottom-size = 0 border-color = #0000 line-size = 2 font-0=SF Compact Display:style=Regular:size=11;3 font-1=SF Compact Display:style=Semibold:size=11;3 font-2=Material Icons:size=13;5 font-3=font\-logos:size=10;3 font-4=FontAwesome5Brands:size=11;2 font-5=IPAGothic:size=11;4 modules-right = mpd pulseaudio time powermenu ; i3 ; modules-left = launcher i3 xwindow ; scroll-up = i3wm-wsnext ; scroll-down = i3wm-wsprev ; wm-restack = i3 ; bspwm modules-left = launcher bspwm xwindow scroll-up = bspwm-wsnext scroll-down = bspwm-wsprev wm-restack = bspwm override-redirect = false ; _ _ ; _ __ ___ ___ __| |_ _| | ___ ___ ; | '_ ` _ \ / _ \ / _` | | | | |/ _ \/ __| ; | | | | | | (_) | (_| | |_| | | __/\__ \ ; |_| |_| |_|\___/ \__,_|\__,_|_|\___||___/ [module/launcher] type=custom/text content =  content-margin = 4 click-left=launcher ;The script above is to be found here : https://github.com/ngynLk/scripts [module/updates] type=custom/script exec = yay -Qu | wc -l exec-if = [[ $(yay -Qu | wc -l) != 0 ]] format = 