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

Workspaces in Polybar display as 0-8 not 1-9 #60

Open
ghost opened this issue Sep 22, 2021 · 2 comments
Open

Workspaces in Polybar display as 0-8 not 1-9 #60

ghost opened this issue Sep 22, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 22, 2021

I've gone through every config and do not see where this can be coming from. At a loss atm.

I became interested (again) in Wmderland since arcolinuxz/Erik had his issue (he's on azerty, if that makes a difference), so I've installed on my HP-8000 beta testing rig. I haven't seen other issues, and I've scanned the open and closed one's to get a feel for things. Running Jonaburg's fork and it's behaving better but slower than on my Ryzen rig daily driver i3.

I note that it still doesn't like SDDM (locks up) but LightDM works. I have dual NVMe on the Ryzen, one SDDM and one LightDM, so when the spirit moves I'll install there and move the configs over. If you need any more detail, I'll be happy to provide.

I really like what you've done. :)

@aesophor
Copy link
Owner

aesophor commented Sep 22, 2021

Hey there,

TL;DR

In your polybar config file, under [module/xworkspaces], you'll need to make sure these keys are set to %index%. I think yours are probably set to %name%.

label-active              = %index%
label-occupied            = %index%
label-urgent              = %index%
label-empty               = %index%

Here's my example:
https://github.com/aesophor/dotfiles/blob/master/polybar/.config/polybar/config#L65


Thanks for taking interest in wmderland. It started as a hobby project, so I'm really glad to read this!

  1. Regarding azerty, I guess maybe azerty keyboards have different keycodes for win/cmd and alt keys? We probably need to use the xev program to find out its keycodes.
  2. I'm curious if I can take a look at Jonaburg's fork? Is it a public repo?
  3. I would really love to have SDDM work with wmderland, but currently I have pretty limited free time, as I'm now in my last year studying for my master degree, and I have to pour all my efforts into my thesis and LeetCode 😢. However, I'm still using wmderland everyday, so I haven't abandon it! Perhaps I'll fix this in the future.

@ghost
Copy link
Author

ghost commented Sep 22, 2021

Thanks for the help. I was using ewmh. Hadn't even thought of xworkspaces. My bad. I edited the config and that's resolved.

The only other issue I've seen so far is $Mod+q kill doesn't work, but default $Mod+Shift+q does, so I'm leaving well enough alone, and it's not a priority for me, so it's neither one for you. Just mentioning in passing.

Might as well close this then.

Your degree is more important. :) Hope you do well. Cheers.

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

1 participant