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
Version: 1.7.5+wayland3-26-gd88b475b (makepkg)
https://gist.github.com/DIMFLIX-OFFICIAL/059ef9ccab59cae7f1489d50e23f5223
https://gist.github.com/DIMFLIX-OFFICIAL/a5e3ad391f6ae554723ad62dcff006bd
No response
rofi -dmenu -i -p Choose a wallpaper: -theme ~/.config/rofi/wallselect.rasi
Change the paths to the photos to your own in this python script, and run it.
import subprocess from pathlib import Path rofi_theme = str(Path.home() / ".config" / "rofi" / "wallselect.rasi") command = ["rofi", "-dmenu", "-i", "-p", "Select Wallpaper", "-theme", rofi_theme] images = [ '/home/dimflix/.cache/meowrch/wallpaper_thumbnails/1.png', '/home/dimflix/.cache/meowrch/wallpaper_thumbnails/2.png', '/home/dimflix/.cache/meowrch/wallpaper_thumbnails/3.png', '/home/dimflix/.cache/meowrch/wallpaper_thumbnails/4.png', '/home/dimflix/.cache/meowrch/wallpaper_thumbnails/5.png' ] input_list = [] for i in images: input_list.append(f"{Path(i).name}\x00icon\x1f{str(i)}") selection = subprocess.run( command, input="\n".join(input_list), capture_output=True, text=True )
wallselect.rasi - https://gist.github.com/DIMFLIX-OFFICIAL/059ef9ccab59cae7f1489d50e23f5223 theme.rasi in wallselect.rasi - https://gist.github.com/DIMFLIX-OFFICIAL/a5e3ad391f6ae554723ad62dcff006bd
The output of the images, and below them the name of the image.
Sometimes profi breaks down and does not output text
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rofi version (rofi -v or git commit in case of build issue)
Version: 1.7.5+wayland3-26-gd88b475b (makepkg)
Configuration
https://gist.github.com/DIMFLIX-OFFICIAL/059ef9ccab59cae7f1489d50e23f5223
Theme
https://gist.github.com/DIMFLIX-OFFICIAL/a5e3ad391f6ae554723ad62dcff006bd
Timing report
No response
Launch command
rofi -dmenu -i -p Choose a wallpaper: -theme ~/.config/rofi/wallselect.rasi
Step to reproduce
Change the paths to the photos to your own in this python script, and run it.
wallselect.rasi - https://gist.github.com/DIMFLIX-OFFICIAL/059ef9ccab59cae7f1489d50e23f5223
theme.rasi in wallselect.rasi - https://gist.github.com/DIMFLIX-OFFICIAL/a5e3ad391f6ae554723ad62dcff006bd
Expected behavior
The output of the images, and below them the name of the image.
Actual behavior
Sometimes profi breaks down and does not output text
Additional information
2024-07-24.16-09-39.mp4
Using wayland display server protocol
I've checked if the issue exists in the latest stable release
The text was updated successfully, but these errors were encountered: