Ubuntu 20.04 設定 動態桌布

櫻滿無門發表於2020-12-23

Ubuntu 20.04動態桌布

預設你已經下好gnome的主題編輯器tweaks了。
如果沒有下載,使用

sudo apt install gnome-tweaks

進行下載

開啟/usr/share/backgrounds/contest/,有一個focal.xml,裡面存放的就是動態桌布的資訊。

將這個xml檔案複製一份,然後進行編輯,例如

<background>
  <starttime>
    <year>2020</year>
    <month>04</month>
    <day>01</day>
    <hour>00</hour>
    <minute>00</minute>
    <second>00</second>
  </starttime>
  <!-- This animation will start at midnight. -->
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/backgrounds/1.png</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/backgrounds/1.png</from>
    <to>/usr/share/backgrounds/2.png</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/backgrounds/2.png</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/backgrounds/2.png</from>
    <to>/usr/share/backgrounds/3.png</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/backgrounds/3.png</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/backgrounds/3.png</from>
    <to>/usr/share/backgrounds/4.png</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/backgrounds/4.png</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/backgrounds/4.png</from>
    <to>/usr/share/backgrounds/1.png</to>
  </transition>
 <!--  <static>
    <duration>1795.0</duration>
    <file>/usr/share/backgrounds/ryan-stone-skykomish-river.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/backgrounds/ryan-stone-skykomish-river.jpg</from>
    <to>/usr/share/backgrounds/hardy_wallpaper_uhd.png</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/backgrounds/hardy_wallpaper_uhd.png</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/backgrounds/hardy_wallpaper_uhd.png</from>
    <to>/usr/share/backgrounds/Focal-Fossa_WP_4096x2304_GREY.png</to>
  </transition> -->
</background>

然後,開啟tweaks,在桌布設定一欄填入你編輯的xml檔案的地址

在這裡插入圖片描述
就像這樣子

然後按alt+F2,輸入r重啟gnome,就可以使用動態桌布了

相關文章