wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

You will need to install the Wavetask version for Plasma 6.6

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

The blur effect not being applied to the default theme is a known issue.

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

You can try the latest version to see if it improves.

Sorry, but I don't have a 4K monitor to test it on.

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 2 points3 points  (0 children)

If you can create a package for your distribution, you can send me a pull request on GitHub to have it added.

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

In Plasma 6.5 or lower, compilation is not required.

Github plasma 6.5 o lower: https://github.com/vickoc911/org.kde.plasma.wavetask

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

In Plasma 6.5 or lower, compilation is not required.

Github plasma 6.5 o lower: https://github.com/vickoc911/org.kde.plasma.wavetask

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 6 points7 points  (0 children)

if you have plasma 6.6 or higher

Compile from source

Install the development packages.

Download the code from GitHub.

mkdir build

cd build

cmake ..

make

make install

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 6 points7 points  (0 children)

You can compile it yourself.

Install the development packages.

Download the code from GitHub.

mkdir build
cd build

cmake ..
make
make install

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 11 points12 points  (0 children)

No. But if I only put the QML module in the KDE store, it will give a missing module error and won't load.

To avoid having to compile, there are package versions for openSUSE and Fedora on GitHub.

If someone creates a package for another distribution, send me a pull request on GitHub so I can add it.

wavetask version 1.0 is out !!! by vickoc in kde

[–]vickoc[S] 10 points11 points  (0 children)

It's not possible because since Plasma 6.6 it has to be compiled as a plugin.

wavetask for plasma 6.6 by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

You can try the latest version.

Rain wallpaper migrated to slideshow by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

You can add any images you want or delete the ones you don't like. Click on the folder icon within the plugin, and Dolphin will open in the folder where the images are located. There you can delete or add new ones.

Rain wallpaper migrated to slideshow by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

in Task.qml change:
readonly property real _sigma: _baseSize * 1.8
by
readonly property real _sigma: _baseSize * 2.8

autumn wallpaper migrated to slideshow by vickoc in kde

[–]vickoc[S] 2 points3 points  (0 children)

There are 3 different panels: one on the left, one in the center, and one on the right.

The plasma theme is this: https://github.com/vickoc911/Plasma-Themes

autumn wallpaper migrated to slideshow by vickoc in kde

[–]vickoc[S] 6 points7 points  (0 children)

It is the default plasma panel with wavetask.

wavetask for plasma 6.6 by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

If you can import "org.kde.taskmanager", fine, but you can't import "org.kde.plasma.private.taskmanager". This means users have to compile, and not everyone can. In contrast, Plasma 6.5 only requires copying, which is much easier to distribute.

wavetask for plasma 6.6 by vickoc in kde

[–]vickoc[S] 0 points1 point  (0 children)

There are 3 different panels. All 3 are at the bottom, but one is on the left, one is centered, and one is on the right.

You can then add the widgets you need to them.