szorfein / dotfiles

Dotfiles for unix, managed by GNU stow.
MIT License
762 stars 35 forks source link

No icon for workspaces in polybar i3 module, wrong ws name %name% for unfocused and wrong ws order #18

Closed mamyn0va closed 5 years ago

mamyn0va commented 5 years ago

Hi!

First, great job with your themes for i3, it's really nice !

I have issues with i3 module of polybar (see details in the title).

Here is a screenshot. Deepin Capture-écran_zone de sélection _20190726154358

Thanks for your support!

szorfein commented 5 years ago

hi, i read the i3 config, can you edit the file ~/.config/polybar/i3-name and change the line:

8 label-visible = "%icon% %name"

by this:

8 label-visible = %icon% %name%"

and restart i3 to see if it change something

mamyn0va commented 5 years ago

Hi!

Sorry for the late answer. The icons are working now that I've installed the fonts package. I still have an issue with the non-focused/visible workspaces, but it must be due to the fact that I'm using an extended desktop, right?

szorfein commented 5 years ago

glad your back @szorfein :D

thanks :)
Nice for the icon working.

but it must be due to the fact that I'm using an extended desktop, right?

Yep possible, unfortunately, i can't test this, you can see this issue to configure polybar with multiple screen.

Also, don't hesitate to see the doc at https://github.com/polybar/polybar/wiki/Module:-i3 , you can configure/enhance this theme with your need.