Retourner au contenu associé (journal : Remplacement de wallpaper-tray)
Posté par mixel le 10 mai 2011 à 18:05. En réponse au journal Remplacement de wallpaper-tray. Évalué à 3.
L'utilisation de shuf rendrait le script plus élégant, comme ici (pour Gnome) :
gconftool-2 -t str -s /desktop/gnome/background/picture_filename "$(find ~/Wallpapers -type f | shuf -n1)"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# shuf
Posté par mixel . En réponse au journal Remplacement de wallpaper-tray. Évalué à 3.
L'utilisation de shuf rendrait le script plus élégant, comme ici (pour Gnome) :
gconftool-2 -t str -s /desktop/gnome/background/picture_filename "$(find ~/Wallpapers -type f | shuf -n1)"