首先,建立動態 wallpaper 的定義,譬如:~/wallpaper.xml:
<background>
<starttime>
<year>2003</year>
<month>6</month>
<day>14</day>
<hour>05</hour>
<minute>30</minute>
<second>00</second>
</starttime>
<static>
<duration>1795.0</duration>
<file>/path/to/picture-1.png</file>
</static>
<transition>
<duration>5.0</duration>
<from>/path/to/picture-1.png</from>
<to>/path/to/picture-2.png</to>
</transition>
<static>
<duration>1795.0</duration>
<file>/path/to/picture-2.png</file>
</static>
<transition>
<duration>5.0</duration>
<from>/path/to/picture-2.png</from>
<to>/path/to/picture-1.png</to>
</transition>
</background>
其中:可以是過去或未來。若是未來,就是等到那個時間才會更換 wallpaper;若是過去,設好就馬上生效。 就是設定要顯示哪一個圖形?要顯示多少秒數? 就是設定從一個圖形轉換到另外一個圖形要轉換多久?轉換到哪一個圖形? 和 要成對出現,而且要設成可以頭尾連接。
gsettings set org.gnome.desktop.background picture-uri 'file:///path/to/wallpaper.xml'
沒有留言:
張貼留言