-
Notifications
You must be signed in to change notification settings - Fork 262
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
The commands cheat-sheet is too big; how to put a timer on custom wallpapers directory #435
Comments
Hello, yes on my old laptop with small resolution, i see the same problem, i need to re-do the widget with the scroll box. Hmmm yes i think is possible in Theme.sh in apply_wallpaper function and in "theme" case, adding a loop or not maybe adding a new case option and there creating the loop with the feh -z option. |
In the new case option you can add something like: while true
do
Feh commad
sleep 1200
done |
Ohh that's nice, thanks! I'm going to keep the issue open until the update, I'd like to know when to update. |
I already push the update for the new wallpaper function, you need to update RiceEditor app and others files. The eww cheatsheet widget, in next days i will put hands on. |
Check in your home the RiceError.log file. pls |
I just updated the cheatsheet widget, now looks consistent on small and large screens. No need to reinstalla dots, just clone or download the files config/bspwm/eww/cheatsheet/ copy the 2 files and overwritte in your .config/bspwm/eww/cheatsheet/ directory. |
Dear developer, when I do Alt+F1 to see the commands cheat-sheet, it get too big that some commands are out of bounds of my laptop. How can I fix that manually, assuming I'm using xrandr and xrdb options to fix my resolution and dpi, as I solved in the issue #399?
And I'd like to know if there's a way to set a custom time to change my custom wallpapers from the custom wallpapers directory for a specific rice, like from 10 to 10 minutes, for example
The text was updated successfully, but these errors were encountered: