prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.06k stars 842 forks source link

Waybar background changed to black for some themes after the latest system update #556

Closed Ramy-Ashraf closed 10 months ago

Ramy-Ashraf commented 10 months ago

231125_15h55m29s_screenshot The waybar background changed to black for some themes after the latest system update, I think for hyprland update. Also, please return the old time and date style (displaying the day and day number with the time beside it), it was much better.

OctavianOG commented 10 months ago

Greetings @Ramy-Ashraf , faced exactly the same issue as yours, I tried everything: inspecting the changes in last commits and code of modules, even tried to debug waybar.

Turns out the solution was pretty simple - just rerun ./install.sh script, the error should be resolved and waybar would work as it should

Ramy-Ashraf commented 10 months ago

Thanks a lot @OctavianOG

Ramy-Ashraf commented 10 months ago

Unfortunately, this doesn't solve my problem @OctavianOG

OctavianOG commented 10 months ago

@Ramy-Ashraf , sorry if that would sound stupid, but did you rebooted after running installation script?

askareija commented 10 months ago

I've also have same issues after updating Hyprland to v0.32.3-64-g512a5973. I Build hyprland manually. I have re running ./install.sh then reboot. It didn't work.

But black bar is gone if i entered special workspace (Super + S). Check video below:

https://github.com/prasanthrangan/hyprdots/assets/21377617/29f5e07c-4ef3-4c9a-a163-e037171b180f

HWG90 commented 10 months ago

There is a stopgap solution to fix this.

layerrule = xray 0, ^(waybar)$

Ramy-Ashraf commented 10 months ago

Yeah, I rebooted after running the script @OctavianOG

Ramy-Ashraf commented 10 months ago

Okay, I will try your solutions.@askareija @HWG90 Thanks