Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When changing the wallapaper you get a blank screen with just the wallapaper and nothing else #543

Closed
gaxolotl opened this issue Dec 22, 2024 · 11 comments
Assignees
Labels
bug Something isn't working in work This issue is being worked on

Comments

@gaxolotl
Copy link

Describe the bug
When I change the wallpaper everything goes away except the wallpaper. I can still open console but everything else like the top bar dissapears.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the open side bar icon on the top bar
  2. Click on it
  3. Then choose the wallpaper option
  4. Change the wallpaper
  5. See the error

Expected behavior
I expect the top bar to appear.

Distribution (please complete the following information):
Arch Linux

@gaxolotl gaxolotl added the bug Something isn't working label Dec 22, 2024
@mylinuxforwork mylinuxforwork added the to be confirmed Issue is currently under review and has not been released label Dec 22, 2024
@mylinuxforwork
Copy link
Owner

Thanks for reporting the issue. I will check.

@s4msy
Copy link

s4msy commented Dec 22, 2024

Have the same error, workaround was to simply reload waybar with Super + Shift + B

@mylinuxforwork
Copy link
Owner

Does it also happens if you use the wallpaper icon on the left side?

@mylinuxforwork
Copy link
Owner

Can confirm the issue when loading waypaper from the sidebar. I will check.

@mylinuxforwork mylinuxforwork added in work This issue is being worked on and removed to be confirmed Issue is currently under review and has not been released labels Dec 23, 2024
@gaxolotl
Copy link
Author

Does it also happens if you use the wallpaper icon on the left side?

I'm not sure.

@s4msy
Copy link

s4msy commented Dec 23, 2024

Does it also happens if you use the wallpaper icon on the left side?

Yes, and it also happens if you remove things from waybar.

@mylinuxforwork
Copy link
Owner

The reason is that I can't restart waybar from ags in combination with the wallpaper. I am working on it.

You can update the file .config/hypr/scripts/wallpaper.sh and comment the waybar commands:

# ----------------------------------------------------- 
# Stop all running waybar instances
# ----------------------------------------------------- 

# echo ":: Stop all running waybar instances"
# killall waybar
# pkill waybar

# ----------------------------------------------------- 
# Execute pywal
# ----------------------------------------------------- 

echo ":: Execute pywal with $used_wallpaper"
wal -q -i "$used_wallpaper"
source "$HOME/.cache/wal/colors.sh"

# ----------------------------------------------------- 
# Reload Waybar
# -----------------------------------------------------

# ~/.config/waybar/launch.sh

@degobbis
Copy link

Can't confirm.
After resolving #541 the waybar reloads every time I change my wallpaper (every way).

@s4msy
Copy link

s4msy commented Dec 23, 2024

Can't confirm. After resolving #541 the waybar reloads every time I change my wallpaper (every way).

Same. Wallpaper changing doesnt affect waybar visibility anymore. Only removing/disabling parts of waybar needs a manual reset, but I dont want to hijack this issue with another one.

@mylinuxforwork
Copy link
Owner

Please try the latest rolling release.

@mylinuxforwork
Copy link
Owner

@gaxolotl Should work with the latest ml4w-hyprland-git. Please rebuild all packages during the installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in work This issue is being worked on
Projects
None yet
Development

No branches or pull requests

4 participants