From 108b882957a50aaace887ccac91ccb6136820411 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 9 Aug 2021 17:59:10 +0200 Subject: Update i3 configuration --- polybar/.config/polybar/config | 53 ++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 25 deletions(-) (limited to 'polybar/.config') diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 6eb86f0..9c5f683 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -100,7 +100,7 @@ label-empty-padding = 2 label-active-font = 0 type = internal/i3 format = [] -index-sort = true +index-sort = false wrapping-scroll = false label-mode = %mode% @@ -112,50 +112,53 @@ label-mode-padding = 2 #border-colol = #000 #label-focused = %name% -label-focused = %name%%icon% +label-focused = %icon%%name% label-focused-background = ${colors.foreground-alt} label-focused-padding = ${module/bspwm.label-focused-padding} label-focused-foreground = ${colors.foreground} -label-unfocused = %name%%icon% +label-unfocused = %icon%%name% label-unfocused-padding = ${module/bspwm.label-occupied-padding} label-unfocused-background = ${colors.background-alt} label-unfocused-foreground = ${colors.foreground-alt} -label-urgent = %name%%icon% +label-urgent = %icon%%name% label-urgent-background = ${colors.background} label-urgent-foreground = ${module/bspwm.label-urgent-background} label-urgent-underline = ${module/bspwm.label-urgent-background} label-urgent-padding = ${module/bspwm.label-urgent-padding} -label-visible = %name%%icon% +label-visible = %icon%%name% label-visible-background = ${self.label-focused-background} #label-visible-underline = ${self.label-focused-underline} label-visible-padding = ${self.label-focused-padding} strip-wsnumbers = true +fuzzy-match = true + # All the characters comes from materialdesignicons. -ws-icon-0 = 0;0 -ws-icon-1 = 1:; -ws-icon-2 = 2:; -ws-icon-3 = 3:; -ws-icon-4 = 4:; -ws-icon-5 = 5:; -ws-icon-6 = 6:; -ws-icon-7 = 7:; -ws-icon-8 = 8:; -ws-icon-9 = 9:; -ws-icon-10 = 10:; -ws-icon-11 = 11:; -ws-icon-12 = 12:; -ws-icon-13 = 50:;︹ -ws-icon-14 = 51:; -ws-icon-15 = 98:; -ws-icon-16 = 99:; -ws-icon-17 = 100:; -ws-icon-18 = 101:; -ws-icon-19 = 102:; +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-9 = 10:; +ws-icon-10 = 11:; +ws-icon-11 = 12:; +ws-icon-12 = 50:;︹ +ws-icon-13 = 51:; +ws-icon-14 = 98:;𣏕 +ws-icon-15 = 99:; +ws-icon-16 = 100:; +ws-icon-17 = 101:; +ws-icon-18 = 102:; +ws-icon-19 = Musique;䀘 +ws-icon-20 = Edit; ;ws-icon-default =  ; Separator in between workspaces -- cgit v1.2.3