We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I love using wpaperd. I'm currently on Hyprland, and I wish to add wallpaper status to Waybar.
wpaperd
I'd like to write a script that wraps command output into an interactive button inside Waybar.
Adding a command (e.g. wpaperctl status) that returns the current state of the daemon (playing/paused/stopped).
wpaperctl status
P.S. I don’t know if there's another way to achieve this.
The text was updated successfully, but these errors were encountered:
This seems like a good idea, there is no way to know that currently. In addition, status will also print the remaining time of the timer.
I am currently working on it, I need to rework the timer a bit because it wasn't giving me the correct time.
Sorry, something went wrong.
It's done, I just need to print the time properly in a user-friendly way.
No branches or pull requests
Hi! I love using
wpaperd
. I'm currently on Hyprland, and I wish to add wallpaper status to Waybar.What do I want?
I'd like to write a script that wraps command output into an interactive button inside Waybar.
What do I suggest?
Adding a command (e.g.
wpaperctl status
) that returns the current state of the daemon (playing/paused/stopped).P.S. I don’t know if there's another way to achieve this.
The text was updated successfully, but these errors were encountered: