-
-
Notifications
You must be signed in to change notification settings - Fork 733
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
Taskbar module questions #728
Comments
Did you do or install anything special for this to work with sway? It cant get it to work with my setup. Can you show a screenshot of how it looks? :) |
Did you install the latest version? (5 days ago) style.css |
Thanks for the help. I usw waybar-git on archlinux and it should ne the latest version... |
@AGCaesar Sway doesn't support toplevel manager ATM |
@Alexays Thank you, I did not realize this. Thems like they are working on it but work has stopped for quite some time... |
Let's see if swaywm/sway#5477 fixes this :) |
Hi, there seems to be a bug with the format option. I will have a look into this. Did you already figure out how the styling works? It uses the same approach as the sway/workspaces module. With My config for example looks like this:
style.css
|
I gave it a short try with a fresh sway build and it seems to work well! |
Thanks l3nkz! with your style.css yes I can understand easily now! |
I just tried the taskbar module.
When I set this to icon, "format": "{icon}", this work
I tried "format": "{title}" or "{app_id}" but the taskbar doesn't appeared.
Also how to define the style.css?
I added this but it has no effect on waybar.
#taskbar
#taskbar button
#taskbar button.maximized
#taskbar button.minimized
#taskbar button.active
#taskbar button.fullscreen
Ok I will wait until the wiki has been updated you close this If you want, by the way I been using the taskbar module since 4 days now and it working well! here my config:
"wlr/taskbar": {
"format": "{icon}",
"tooltip-format": "{title}",
"on-click": "activate",
"all-outputs": false,
"active-first": true,
"icon-size": 32,
"icon-theme" : "Obsidian",
"on-click-right": "minimize"
The text was updated successfully, but these errors were encountered: