[colors] ; This is colors for ayu theme (https://github.com/ayu-theme/ayu-colors) primary = #ffa759 background = #202734 background-alt = #191e2a foreground = #cbccc6 [bar/main] width = 100% height = 40 fixed-center = true padding-right = 2 wm-restack = i3 override-redirect = true background = ${colors.background} foreground = ${colors.foreground} font-0 = FiraCode:size=11 font-1 = FontAwesome5Brands:size=12 font-2 = FontAwesome5FreeSolid:size=12 modules-left = workspaces player modules-center = date modules-right = keyboard-layout volume-control network power-menu module-margin = 1 ; _ _____ _____ _____ __ __ ___ ____ _ _ _ _____ ____ ; | | | ____| ___|_ _| | \/ |/ _ \| _ \| | | | | | ____/ ___| ; | | | _| | |_ | | | |\/| | | | | | | | | | | | | _| \___ \ ; | |___| |___| _| | | | | | | |_| | |_| | |_| | |___| |___ ___) | ; |_____|_____|_| |_| |_| |_|\___/|____/ \___/|_____|_____|____/ ; [module/workspaces] type = internal/i3 ; Current active workspace label-focused = "%index%" label-focused-foreground = ${colors.primary} label-focused-background = ${colors.background-alt} label-focused-padding = 2 ; All the other workspaces but the active label-unfocused = ${self.label-focused} label-unfocused-padding = ${self.label-focused-padding} label-urgent = %index% label-urgent-padding = ${self.label-focused-padding} label-urgent-background = ${colors.primary} label-mode = --%mode%-- [module/player] type = custom/script exec = players=`playerctl -l | wc -l` ; [[ $players != "0" ]] && playerctl metadata -f "{{status}}: {{trunc(title, 30)}} by {{artist}}" || echo tail = true format =