Waybars don't show correctly
ohxxm opened this issue · 4 comments
ohxxm commented
DN-debug commented
ohxxm commented
That'll mostly depend on the WM you are running, some modules would work on sway, some would work on wayfire. Edit :Can you post the screenshot of what you are getting at your end?
I am running sway. I will post a screenshot of my end in a little bit.
ohxxm commented
DN-debug commented
I just tested and mine works.
From what I can see, you are not loading the bar config properly.
- With layout2, you'd need to load layout2 style as you are using layout2 config and not the default style as you have done in the below image. Double check what style and config you are loading.
- Same issue here, you are actually not loading the style or config properly, it is loading the default waybar with default configuration and style as per the image below.
This is what the sway bar looks like in sway wm:
In sway config, use :
- For wayfire second layout:
exec --no-startup-id waybar -c ~/.config/waybar/wayfire/layout2/config-wayfire -s ~/.config/waybar/wayfire/layout2/style.css &
- For wayfire default layout:
exec --no-startup-id waybar -c ~/.config/waybar/wayfire/config-wayfire -s ~/.config/waybar/wayfire/style.css &
- For sway style:
exec --no-startup-id waybar -c ~/.config/waybar/sway/config-sway -s ~/.config/waybar/sway/sway_style.css &
Do not forget to put the respective directories inside of ~/.config/waybar
. Edit: Also tweak it as per your liking