d4f10cd67e
REVIEW: 128594
25 lines
549 B
Plaintext
25 lines
549 B
Plaintext
Plasma Wallpaper Template
|
|
----------------------
|
|
|
|
-- Build instructions --
|
|
|
|
cd /where/your/wallpaper/is/generated
|
|
mkdir build
|
|
cd build
|
|
cmake -DCMAKE_INSTALL_PREFIX=MYPREFIX ..
|
|
make
|
|
make install
|
|
|
|
(MYPREFIX is where you install your Plasma setup, replace it accordingly)
|
|
|
|
Restart plasma to load the wallpaper
|
|
(in a terminal or in krunner type:
|
|
kquitapp plasmashell
|
|
and then
|
|
plasmashell)
|
|
then go to wallpaper settings and select it
|
|
|
|
-- Tutorials and resources --
|
|
Plasma QML API explained
|
|
https://techbase.kde.org/Development/Tutorials/Plasma2/QML2/API
|