HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

plasma-apply-wallpaperimage — Switch Plasma wallpaper. More information: <https://invent.kde.org/plasma/plasma-workspace>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
plasmacommandplasma-apply-wallpaperimagecliinformationwallpapermoreswitch
linux

Problem

How to use the plasma-apply-wallpaperimage command: Switch Plasma wallpaper. More information: <https://invent.kde.org/plasma/plasma-workspace>.

Solution

plasma-apply-wallpaperimage — Switch Plasma wallpaper. More information: <https://invent.kde.org/plasma/plasma-workspace>.

Apply a wallpaper:
plasma-apply-wallpaperimage /{{path/to/image}}


Apply a wallpaper with a fill mode:
plasma-apply-wallpaperimage --fill-mode {{stretch|preserveAspectFit|preserveAspectCrop|tile|tileVertically|tileHorizontally|pad}} /{{path/to/image}}


Display help:
plasma-apply-wallpaperimage --help

Code Snippets

Apply a wallpaper

plasma-apply-wallpaperimage /{{path/to/image}}

Apply a wallpaper with a fill mode

plasma-apply-wallpaperimage --fill-mode {{stretch|preserveAspectFit|preserveAspectCrop|tile|tileVertically|tileHorizontally|pad}} /{{path/to/image}}

Display help

plasma-apply-wallpaperimage --help

Context

tldr-pages: linux/plasma-apply-wallpaperimage

Revisions (0)

No revisions yet.