快牆一個免費的開源工具,用於從 Unsplash 獲取最新的牆紙並將其設置為桌面背景。
它適用於 Xfce、KDE、Gnome、Unity 以及 nitrogen 和 feh 背景設置器。 除了從 Unsplash 設置壁紙,你還可以根據壁紙更改主題(它似乎只是一個終端主題)。
如何在 Ubuntu 上安裝 QuickWall:
1.) 從系統應用程序菜單打開終端並運行命令來安裝 Python 包安裝程序。
sudo apt install python3-pip
2.) 然後使用命令安裝軟件。
pip3 install QuickWall
如何使用快牆:
該工具在命令行上運行,但易於用戶使用。 為了Ubuntu使用默認的 Gnome 桌面,您可以使用以下命令之一運行它:
QuickWall --setter gnome
QuickWall --random --setter gnome
QuickWall --search "SEARCH_TERM" --setter gnome
壁紙默認保存在用戶的 .cache / QuickWall 文件夾中。您可以通過添加更改位置 --dir
命令標誌:
QuickWall --dir ~/Downloads --setter gnome
其他命令用法:
usage: QuickWall [-h] [--version] [--clear-cache] [--setter SETTER] [-d] [--remove-id ID] [--dir DIR] [--id ID] [--random] [--search TERM] [--migrate] [--set-lockscreen] QuickWall - Quickly set latest wallpapers from Unsplash directly from the commandline. optional arguments: -h, --help show this help message and exit --version show the program version number and exit --clear-cache Clear the cache from the cache folder (~/.cache/QuickWall) --setter SETTER Wallpaper setter to be used. Currently supported ones: nitrogen, feh, xfce, kde, gnome, unity (default: nitrogen) -d, --disable-blacklist Disable adding the image to blacklisted ones. --remove-id ID Remove the passed ID from the blacklist. --dir DIR Directory to download the wallpapers --id ID Get a photo by its ID. --random Get random wallpapers. --search TERM Show wallpapers based on the passed term --migrate ONLY FOR EARLY USERS. Move the files from ~/.QuickWall to ~/.cache/QuickWall. --set-lockscreen Set lockscreen wallpaper (currently for KDE)
卸載快牆。
要刪除軟件,只需運行以下命令:
pip3 uninstall QuickWall
分享這個:
- 更多的