Closed SAHILGAWLI closed 1 day ago
Dear Maintainer,
I’ve identified an issue with the Waybar layout changer and proposed updates to the documentation:
Please review my pull request for these changes to ensure clarity for future users.
you need rofi-wayland and not rofi
wayland dependency is already satisfied
im not talking about wayland dependency
rofi-wayland is different than rofi
although rofi will work, however, some rofi menus wont work
Bug Report
Before submitting report
Install-Logs
directory.Description
The Waybar layout window was not changing when executing shortcuts. Upon investigating, I found the
.sh
file required manual execution permissions. Additionally, an error occurred statingrofi
was not found. Installingrofi
via pip resolved the issue.Steps to Reproduce
~/.config/hypr
directory..sh
file and encounter arofi not found
error.rofi
usingpip install rofi
.Expected Behavior
Executing the shortcut for Waybar layout change should open the Waybar theme changer without requiring manual chmod or installing
rofi
.Actual Behavior
The shortcut failed to execute. Manual chmod of
.sh
files and installation ofrofi
were required to resolve the issue.Screenshots
No screenshots available.
Additional Information
This bug may occur due to missing dependencies or improper permissions for the
.sh
file. The documentation should mention these prerequisites to prevent similar issues.