壁纸自动换功能
Tofloor
poster avatar
zy4316
deepin
2018-06-27 03:07
Author
无论在哪个系统下,都喜欢打开壁纸自动切换功能,一分钟换一个壁纸,很美。
请问deepin15.6没有这个功能吗,在哪里设置。
Reply Favorite View the author
All Replies
avatar
lenke
deepin
2018-06-27 04:41
#1
论坛里搜索 必应好壁纸 。系统必装软件之一
Reply View the author
avatar
lenke
deepin
2018-06-27 04:42
#2
注意:选择开机自动启动
Reply View the author
avatar
jianguo922
deepin
2018-06-27 06:39
#3
这个功能我喜欢
Reply View the author
avatar
zy4316
deepin
2018-06-28 04:53
#4
找不到爱壁纸了,估计又不支持了吧
Reply View the author
avatar
jlice
deepin
2018-06-28 05:41
#5
  1. #!/bin/bash

  2. while [ 1 -eq 1 ]; do
  3. for i in $(echo /home/wmy/Wallpapers/*.jpg); do
  4.         echo $i
  5.         gsettings set org.gnome.desktop.background picture-uri file:///${i}
  6.         sleep 600;
  7. done
  8. done
Copy the Code
Reply View the author
avatar
Dracarys
deepin
2018-07-08 03:12
#6
本帖最后由 gaoyanglion 于 2018-7-7 20:12 编辑

试试这个工具,小巧,实用,安装配置极为简单

https://linux.cn/article-9813-1.html
Reply View the author