You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very interesting to have a configuration in hidamari that would allow you to change the current live wallpaper for a random one from time to time... I even tried to create a script for this, but it didn't work as expected...
random_hidamari_wallpaper.sh
#!/bin/bash
WALLPAPER_DIR="$HOME/Videos/Hidamari"
RANDOM_WALLPAPER=$(find "$WALLPAPER_DIR" -type f | shuf -n 1)
flatpak run io.github.jeffshee.Hidamari -b "$RANDOM_WALLPAPER"
options:
-h, --help show this help message and exit
-p P, --pause P Add pause before launching Hidamari. [sec]
-b, --background Launch only the live wallpaper.
-d, --debug Print debug messages.
-r, --reset Reset user configuration.
It would be very interesting to have a configuration in hidamari that would allow you to change the current live wallpaper for a random one from time to time... I even tried to create a script for this, but it didn't work as expected...
random_hidamari_wallpaper.sh
#!/bin/bash
WALLPAPER_DIR="$HOME/Videos/Hidamari"
RANDOM_WALLPAPER=$(find "$WALLPAPER_DIR" -type f | shuf -n 1)
flatpak run io.github.jeffshee.Hidamari -b "$RANDOM_WALLPAPER"
bash:
flatpak run io.github.jeffshee.Hidamari --help
usage: hidamari [-h] [-p P] [-b] [-d] [-r]
Hidamari v3.5
options:
-h, --help show this help message and exit
-p P, --pause P Add pause before launching Hidamari. [sec]
-b, --background Launch only the live wallpaper.
-d, --debug Print debug messages.
-r, --reset Reset user configuration.
dev@lucas:~/Scripts$ ./random_hidamari_wallpaper.sh
usage: hidamari [-h] [-p P] [-b] [-d] [-r]
hidamari: error: unrecognized arguments: /home/dev/Videos/Hidamari/mylivewallpapers-com-Lake-and-Stars-FHD.mp4
The text was updated successfully, but these errors were encountered: