diff options
author | Thanos Apollo <[email protected]> | 2023-02-07 21:44:02 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-07 21:44:59 +0200 |
commit | 782839ebe235c239a891b4e0be8ca18147151655 (patch) | |
tree | 9946c57c3deb90eed0dccdd2730f18beeb1cfde7 | |
parent | 1b6e8eb3fda136d17883425d4538b863865d6791 (diff) |
polybar: change icons
-rw-r--r-- | .config/polybar/config.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 599af59..2e3c211 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -124,20 +124,24 @@ reverse-scroll = true [module/xworkspaces] type = internal/xworkspaces -#pin-workspaces = true +;pin-workspaces = true -label-active = %name% +label-active = %index% label-active-background = ${colors.background-alt} label-active-underline= ${colors.primary} label-active-padding = 1 -icon-0 = code;♚ +name-0 = 0 + +icon-0 = I; icon-1 = office;♛ icon-2 = graphics;♜ icon-3 = mail;♝ icon-4 = web;♞ icon-default = ♟ +;format = <labe-state> + label-occupied = %name% label-occupied-padding = 1 |