DN-debug / waybar-examples

Waybar layouts for Peux OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waybars don't show correctly

ohxxm opened this issue · comments

commented

When testing both waybars, each looked different from this:

When testing both waybars, each looked different from this:

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?

commented

When testing both waybars, each looked different from this:

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.

commented

When testing both waybars, each looked different from this:

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?

This is what the wayfire bar looks like in sway wm:
20211218_18h51m43s_grim
This is what the sway bar looks like in sway wm:
20211218_18h57m27s_grim

I just tested and mine works.

From what I can see, you are not loading the bar config properly.

  1. 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.

This is what the wayfire bar looks like in sway wm: 20211218_18h51m43s_grim

  1. 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: 20211218_18h57m27s_grim

In sway config, use :

  1. For wayfire second layout: exec --no-startup-id waybar -c ~/.config/waybar/wayfire/layout2/config-wayfire -s ~/.config/waybar/wayfire/layout2/style.css &
  2. For wayfire default layout: exec --no-startup-id waybar -c ~/.config/waybar/wayfire/config-wayfire -s ~/.config/waybar/wayfire/style.css &
  3. 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