Ashish Kushwaha
Ashish Kushwaha
Same issue, using: [  ](url) OS: EndeavourOS DE: GNOME 45.2 (wayland) espanso 2.2.1 Wayland crashes occasionally when moving a window to a different workspace, requiring a...
I don't know whether it is it or not but i m not able to install from pip and also available AUR. pip: https://pypi.org/project/epub/ AUR: https://aur.archlinux.org/packages/python-epub
I was observing this issue from 2 months and today i found that ``` hyprland/window ``` is causing this issue, if i remove this from module array then there is...
@akdevservices i tried ``` hyprland/workspaces``` and ``` hyprland/languages``` also but for me all of them produces same error, can you confirm if somehow you managed to fix it.
I use a function to format my tooltip if needed. It gives me good control over the presentation: ``` fmt_tooltip() { tooltipTxt+="$name \n" tooltipTxt+=$(someOtherFunction) tooltipTxt+="\nSomeText\n" tooltipTxt+=$(OutputOfCommand) echo -e "$tooltipTxt" }...
That's an issue caused by margin Try removing that from the element once then check Use gtk inspector and make the size of element that accepts hover full.
I have tried to implement localized support kindly check as this is me first time using this. Thank You.
This might solve your issue. ``` window#waybar { background: rgba(17, 17, 27, 0.7); /* Semi-transparent */ } ```
I don't know but for me, it's not working.
How do we use this feature ? I could not understand through WIKI. @PaideiaDilemma