prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Waybar No Icons and Date Tooltip not Centered;Hyprland v0.41.0

itsmenewbie03 opened this issue · comments

Bug Report

Description

Before when you have apps running their icons appear on the top right part (based on my preferred waybay config) now they are missing. Also as I remember the Calendar tooltip is centered and now it's not. This happened after I updated to the latest linux firmware.

Screenshots

  • Firefox icon not showing in the icon area
    image
  • Uncentered Calendar Tooltip
    image

Environment

[Please add any other relevant information about the bug and remove the unnecessary lines.]

e.g.,

  • Linux Distro: EndeavourOS
  • Linux Version: Linux dadsgift 6.9.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000 x86_64 GNU/Linux
  • Hyprland Version:
Hyprland, built from branch  at commit ea2501d4556f84d3de86a4ae2f4b22a474555b9f  (props: bump version to 0.41.0).
Date: Mon Jun 10 14:23:06 2024
Tag: v0.41.0, commits: 4794
flags: (if any)
  • Installation Environment: On The Main Hardware

@kRHYME7 where can I track the bug?

commented

Please try to see the waybar repository first.

https://www.reddit.com/r/hyprland/comments/1dcpklz/wlrtaskbar_module_broken/

I do not know if someone open up this issue yet. Here's the waybar repo
https://github.com/Alexays/Waybar

Please try to see the waybar repository first.

https://www.reddit.com/r/hyprland/comments/1dcpklz/wlrtaskbar_module_broken/

I do not know if someone open up this issue yet. Here's the waybar repo https://github.com/Alexays/Waybar

been searching in the issues on the waybar repo but found nothing similar

commented

If most required wlroots backend is rewritten by the Hyprland dev it should make sense that the wlr/taskbar and the IPC that handles it won't work. So we need to patch waybar to communicate to hyprland again. Feel free to open an issue in waybar and let's see what the dev says about it.

If most required wlroots backend is rewritten by the Hyprland dev it should make sense that the wlr/taskbar and the IPC that handles it won't work. So we need to patch waybar to communicate to hyprland again. Feel free to open an issue in waybar and let's see what the dev says about it.

yeah, i have opened a bug issue in waybar, let's see what they say.

commented

Might be better to narrow down the issue into just the wlr/taskbar failing/not supported. As the tooltip issue might be a different story.
Alexays/Waybar#3357

commented

Yow got it fixed upstream of hyprland.

Note that the fix is on the hyprland-git package.
Hyprland source changes frequently, it is recommended to use the -git version of the dependent hyprwm libraries.

Install this
yay -Sy hyprutils-git hyprcursor-git hyprlang-git hyprwayland-scanner-git
then yay -Sy aur/hyprland-git (the aur/ flag tells yay to use the aur mirror instead of chaotic-aur)

image

Update:
or we can wait for the arch maintainer to follow the latest patch for Hyprland

https://archlinux.org/packages/extra/x86_64/hyprland/

Can confirm this works

Install this yay -Sy hyprutils-git hyprcursor-git hyprlang-git hyprwayland-scanner-git then yay -Sy aur/hyprland-git (the aur/ flag tells yay to use the aur mirror instead of chaotic-aur)

image

As the issue with the tooltip not being centered is not related with the taskbar icons I'll close this now.

@kRHYME7 if the latest patch comes out, do i need to uninstall what I installed fro the workaround?