Xmonad
如何從終端更改桌面桌面?
我想從命令行更改 xmonad 的牆紙。
我怎樣才能做到這一點?
您可以使用feh:
feh --bg-scale /path/to/wallpaper
您還可以設置 bash 腳本以每 X 分鐘將桌面更改為隨機一張(我將其與 一起使用
feh
),在每次啟動時獲取隨機桌面等。Arch wiki 很好地解釋了它。
根據此超級使用者問答,您可以嘗試:
xloadimage -onroot -fullscreen /path/to/background_image
或者
xpmroot /path/to/background_image
或者,這應該適用於幾乎任何桌面環境:
feh --bg-fill /path/to/background_image