Skip to content

vickoc911/org.vicko.wavetask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org.vicko.wavetask

KDE Plasma 6 task manager with macOS-style dock zoom animation, smart launcher badges, and advanced window management features. It's based on the default task manager of KDE 6.6.

Since Plasma 6.6 does not allow direct access to org.kde.plasma.private.taskmanager, the plugin has had to be compiled, so the installation is no longer just a matter of copying but requires compilation.

wavetask

Support for previous Plasma releases

Currently supported versions: 6.6.

If you need to install it on Plasma 6.5 or lower, I recommend you do it from here: https://github.com/vickoc911/org.kde.plasma.wavetask

Packages

openSUSE Tumbleweed (maintained by me)
sudo zypper ar https://download.opensuse.org/repositories/home:/vcalles/openSUSE_Tumbleweed/home:vcalles.repo
sudo zypper refresh
sudo zypper install wavetask
Fedora 44, 43, 42 (copr) (maintained by me)
sudo dnf copr enable vcalles/wavetask 
sudo dnf install wavetask
Arch Linux (AUR) (maintained by https://aur.archlinux.org/account/ioplus)

Using an AUR helper (paru, yay, etc.):

yay -S wavetask      # stable release (recommended)
yay -S wavetask-git  # bleeding edge version

Manual installation:

# Replace 'wavetask' with 'wavetask-git' for the bleeding edge version
git clone https://aur.archlinux.org/wavetask.git
cd wavetask
makepkg -si
kubuntu 25.10 ppa launchpad (maintained by https://github.com/Matou1306)
sudo add-apt-repository ppa:matou1306/wavetask
sudo apt update
sudo apt install wavetask

after installing the package add the panel for wavetask

  • Right-click on your desktop.
  • select "Enter edit mode"
  • Go to "Layout" tab
  • Select "Panel for wavetask" from the dropdown
  • Click "Apply"

After adding the panel, make these modifications

  • Adjust the width to "fit to content"
  • Adjust alignment to "center"
  • If you want to increase the size of the icons above 46px, you need to increase the height of the panel so that the zoom is not cut off.

Compile from source

  • Install the development packages.
  • Download the code from GitHub.

mkdir build && cd build

cmake .. -DCMAKE_BUILD_TYPE=Release

make -j$(nproc)

sudo make install

Features:

  • It inherits all the features of Plasma's task manager
  • Zoom like in macOS
  • Icon reflection
  • Bouncing icons
  • Basic skin system
  • Option to select the icon size
  • Option to select the zoom size
  • Option to select the amplitude
  • Option to disable icon reflection
  • blur for default and custom skins
  • Cairo Penguin

Skins:

  • Default Plasma: draw the plasma theme
  • Big Sur Light
  • Big Sur Night
  • IVORY glass
  • No background
  • Vidrio
  • Tahoe
  • Tahoe Dark
  • coffee
  • Pine
  • Elegantia

What doesn't work:

  • For now, it only works in the bottom position
  • The panel has been resized to 86 pixels so that icons aren't cut off when zooming

☕ Buy Me a Coffee!

If this code helped you, your support allows me to continue maintenance.

Donate with PayPal button

About

Task Manager App bar displaying only icons with zoom like OSX

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors