Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workspace icons not showing up #1

Closed
zen299 opened this issue Sep 23, 2020 · 1 comment
Closed

workspace icons not showing up #1

zen299 opened this issue Sep 23, 2020 · 1 comment

Comments

@zen299
Copy link

zen299 commented Sep 23, 2020

all the workspaces in polybar show same character set in "icon-default". i use xfce too
since u set icon-default = " " all workspaces show empty spaces
please help

@arashsm79
Copy link
Owner

all the workspaces in polybar show same character set in "icon-default". i use xfce too
since u set icon-default = " " all workspaces show empty spaces
please help

It's probably because you haven't set the name of your workspaces correctly.
In xfce, open up Setting Manager then head to Workspaces, in the General tab you should see the list of your workspaces. Here you can change the name of your workspaces. they should match the name of workspaces in your workspace module in the polybar config file.
for example I the name of my workspaces were w1, w2, w3, w4, ...
in the workspace module I would type:

icon-0 = w1;1
icon-1 = w2;2
icon-2 = w3;3
icon-3 = w4;4
icon-4 = w5;5
icon-5 = w6;6
icon-6 = w7;7
icon-7 = w8;8

the word before ';' is the name of your workspace and the word after it is the icon of the workspace
you could also simply name your workspaces 1, 2, 3, 4, ...
and go like:

icon-0 = 1;1
icon-1 = 2;2
icon-2 = 3;3
icon-3 = 4;4
icon-4 = 5;5
icon-5 = 6;6
icon-6 = 7;7
icon-7 = 8;8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants