-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Curstom workspace style in swaytaskbar #42
Comments
There's no module to show just the focused window title. It would be easy to develop, but a bit useless, as we have the SwayTaskbar module. You can configure what to show in it:
If it comes to the SwayWorkspaces module: it displays just static buttons, since I saw no actual need to have such a module at all. :) Now I changed my mind: it may be useful when you don't use the taskbar module. I'll add some pointer to indicate which workspace we're currently on soon, as I need it to get comfortable with the sway dock I'm currently working on. |
Ok thanks, I'll leave it like this for now. |
SwayWorkspaces: use active labels instead of buttons #42
Workspaces: added optional active window name display #42
Seems to work well. Merged into master, but a release must wait till I wake up. It's 5:30 am. :) |
Sorry for the delay: when running from PyCharm, it happened to die silently several times, with no obvious reason. It needs some more testing. |
Np 👌 |
Workspaces: mark non-empty, mark autotiling, show active con parent layout #42
Hi,
I'm trying to configure my bar so it looks like my waybar, but I'm having some trouble figuring out how to do it.
the top one is made with your application, and the other one with waybar.
In waybar I have :
Workspaces (focused workspace in blue) - Focused window's title
and with yours :
Workspace 1 - all windows' titles - Workspace 2
At the moment I don't really care about margins etc, I'm juste trying to get everything else to work.
So is it possible, via the css file, to do something like this ?
I tried few things but nothing worked so far.
Thanks
The text was updated successfully, but these errors were encountered: