You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,26 @@
9
9
3. Right click your panel, click add widgets and search for fancy tasks.
10
10
4. Right click the new task panel and click Configure Fancy Tasks... - everything you will want to configure to enable the new features will be in there. Default features are based on the KDE's team existing vision.
11
11
12
+
(Alternatively you should be able to double click the shell script to run it)
13
+
12
14
(This package is also on the AUR and can be installed from there)
13
15
16
+
## Updating
17
+
18
+
1. Run the update.sh script, it will automatically stop and restart plasma to make sure the new changes get loaded in.
19
+
14
20
## Features
15
21
16
22
Features improvements tweaks and options to the original task manager plasmoid made by Eike Hein, licensed under GPL V2.0: [link](https://github.com/KDE/plasma-desktop/tree/master/applets/taskmanager).
17
23
18
24
* Implemented adjustable task width.
19
-
20
25
* Implemented switching between taskbar types.
21
-
22
26
* Indicators based on dash to panel styles from gnome, using [latte-indicator-dashtopanel](https://github.com/psifidotos/latte-indicator-dashtopanel) as the reference implementation.
23
27
* Customizable indicator locations and colorizing of plasma. Note: not every plasma theme will color in a pleasant way as it depends on how the SVGs are made. General rule of thumb is bright white does not colorize well.
28
+
* Animations (Thanks ziomek64!)
29
+
* Growing/Shrinking and desaturation of indicators on minimize (Thanks ziomek64!)
30
+
* Customization of number of indicators displayed - limit 10.
0 commit comments