Skip to content

Commit d7b1812

Browse files
committed
Create installer
1 parent 6c85597 commit d7b1812

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
![Fancy Tasks Icon](https://github.com/alexankitty/Plasma-Customizable-TaskManager/blob/main/FancyTasks.png?raw=true)
44

5+
## Installing
6+
7+
1. Clone this repository with the following command `git clone https://github.com/alexankitty/FancyTasks`
8+
2. CD into the foloder and run the script `install.sh`, you may need to chmod +x or run append your shell in front of the script to run it
9+
3. Right click your panel, click add widges and search for fancy tasks.
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+
12+
## Features
13+
514
Features improvements tweaks and options to the original task manager plasmoid made by Eike Hein, licensed under GPL V2.0.
615

716
* Implemented adjustable task width.

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
kpackagetool5 -i .
3+
cp ./FancyTasks.png ~/.local/share/icons/hicolor/256x256/apps/FancyTasks.png

0 commit comments

Comments
 (0)