[BUG] wlogout and rofi UI Bug
Describe the bug
Hello, firstly, thanks for your great work. It's amazing.
I did update my system a few days ago and when I started my PC yesterday I was prompted with the suggestion to run ml4w-hyprland-setup, which I did.
Since then, the UI for wlogount and Rofi looks weird.
While rofi is not that bad (the indicator for the selected app is missing and the background is white), wlogout looks pretty bad, although it still works.
Steps to reproduce
Update to the newest version.
Expected behavior
Normal UI.
Screenshots
Distribution
Manjaro
If Other, specify
No response
Additional context
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Can you check that matugen has been installed successfully?
Cd into .cargo/bin Then run matugen
It seems to be installed
$ > matugen --version
matugen 2.4.1
Can you change the wallpaper? Maybe the colors aren’t initialized yet? Do you see a folder matugen in dotfiles/.config
I do see the folder dotfiles/.config/matugen
inside is a config.toml file and a templates folder
Changing the wallpaper had no effect. Should I restart after changing it?
I see that there is a .config/matugen folder with a config.toml
and it has
[templates.wlogout]
input_path = '~/.config/matugen/templates/colors.css'
output_path = '~/.config/wlogout/colors.css'
but the .config/wlogout folder does not have the colors.css file
In case you're still dealing with this, @user12257 . I had the same issue and it was because I had edited the wallpaper.sh script here:
~/.config/hypr/scripts/wallpaper.sh
I had a custom version to set some other color files. The script originally didn't inlcude matugen, but the laterst version does. Once I fixed that to include matugen, it works now.
Also double check which script waypaper is calling here:
~/.config/waypaper/config.ini
There should be a line that looks like this:
post_command = ~/.config/hypr/scripts/wallpaper.sh $wallpaper
It turned out, that I Protected some scripts like the wallpaper.sh and the update was not completed fully, I manually had to update all files that needed to be updated and merge with the ones that had changes.