+
+## Wiki (Installation - Settings - Translation - Troubleshooting)
+https://github.com/c0ldplasma/gnome-shell-extension-taskbar/wiki/
+
+## TaskBar 2020 for GNOME 3.30 - 3.34
+
+https://github.com/c0ldplasma/gnome-shell-extension-taskbar/
+https://extensions.gnome.org/extension/2506/taskbar-updated/
+
+## Old TaskBar for GNOME 3.10 - 3.28
+
+https://extensions.gnome.org/extension/584/taskbar/
+https://github.com/zpydr/gnome-shell-extension-taskbar/
+
+## Features
+
+TaskBar 2020 displays icons of running applications on the top panel or alternatively on a new bottom panel.
+Activate, minimize or close tasks with a simple click.
+TaskBar 2020 is a dock-like windows list on the top/bottom bar.
+
+### Options
+- Desktop button - toggle desktop view
+- Workspace button - switch workspaces left/right-click: cycle forward/backwards
+- Appview button - left/right-click: toggle appview/overview
+- Favorites - add from dash
+- Align position
+- Resize panels + adjust icon, label and content sizes
+- Top/bottom panel background color + opacity
+- Bottom panel tray button - activate the message tray
+- Tasks on all workspaces
+- Group/sort tasks
+- Tasks label
+- Tasks application menu
+- Close tasks with a right/middle click
+- Activate tasks on hover
+- Scroll tasks/workspaces
+- Separators
+- Thumbnail/label-preview
+- Preview color + opacity
+- Keybindings
+- Color or hide menu buttons
+- Disable hot corner
+- Export/import settings
+
+## License
+
+Copyright (C) 2013-2018 zpydr
+Copyright (C) 2020 c0ldplasma
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see https://www.gnu.org/licenses/.
+
+
+
+
+## Credits
+
+Translations:
+
+Language | Translator
+--- | ---
+Chinese | wsxy162
+Czech | Michal Růžička
+French | narzb
+German | jonnius
+Russian | dersteinkauz
+Spanish | Testoriano
+
+Credits to Xes, flubshi, rogst, Baltix, boennhoff, skoslowski, rgeary1, hkskoglund, Michal Růžička, skochxxl, tuhaihe, to-ba, tobimensch, navarrano, unixfox, jkosecki, Taz8du29, diegosanz
+
diff --git a/.local/share/gnome-shell/extensions/TaskBar@c0ldplasma/extension.js b/.local/share/gnome-shell/extensions/TaskBar@c0ldplasma/extension.js
new file mode 100644
index 0000000..e74fc9b
--- /dev/null
+++ b/.local/share/gnome-shell/extensions/TaskBar@c0ldplasma/extension.js
@@ -0,0 +1,2719 @@
+// GNOME Shell Extension TaskBar 2020
+// Copyright (C) 2013-2018 zpydr
+// Copyright (C) 2020 c0ldplasma
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gnome-Shell Extension for intel-pstate driver
+
+ Prerequisites •
+ Installation •
+ Translating •
+ Packaging •
+ Developing
+
+
+**A [todo.txt manager](https://github.com/todotxt/todotxt/),
+time tracker, timer, stopwatch, pomodoro, and alarms [gnome-shell extension](https://extensions.gnome.org/about/).**
+
+kan:kan_string |
+
+ Used to specify kanban boards. + Multiple kan boards can be specified by writing multiple kan extensions into the todo.txt file + The format of the extension is: kan:[*]name|column1[|column2|...]+
+
|
+
tracker_id:string |
+
+ Used to identify a task when starting/stopping
+ the time-tracker via the dbus cli or using pomodoro. + Multiple tasks can have the same tracker_id. + |
+
pin:1 |
+ + Pins a task. A task that is pinned is always visible no matter what + filters are on. Also, one can sort pinned tasks (for example, always + on top.) + | +
pri:A-Z |
+ + Used to restore the priority of a completed task when it gets reopend. + | +
h:1 |
+
+ This extension disables all other extensions except the kan extension.+ Hides a task. + Among other things, can be used to populate the todo manager + with context/project keywords for autocompletion. + |
+
t|defer:yyyy-mm-dd |
+
+ Defers opening a task until specified date. + |
+
due|DUE:yyyy-mm-dd |
+
+ Sets a due date on a task. + |
+
rec:recurrence_string |
+
+ This extension is incompatible with the due and defer extensions.+ Used to automatically reopen a task after a given amount of +time. + Each time a task recurs, it's creation date is updated. + If a task is already open on the date of the recursion, it's +creation date will be updated anyway. + The recurrence_string can be in one of 3 diff forms: +   (n=natural number, d=days, w=weeks, +m=months) +
+ + |
+
| Any fullscreen view | +|
|---|---|
| Tab | +navigate forward | +
| Ctrl + Tab | +navigate backward | +
| Esc | +close fullscreen | +
| Timer (fullscreen) | +|
|---|---|
| space | +stop/start timer | +
| r or Backspace | +repeat last timer preset | +
| 1 ... 9 and 0 | +start timer at the time specified by a num key. 1=1min, +2=2min, ..., 0=10min |
+
| Stopwatch (fullscreen) | +|
|---|---|
| space | +stop/start timer | +
| l or Enter | +lap | +
| r or Backspace | +reset | +
| Pomodoro (fullscreen) | +|
|---|---|
| space | +stop/start timer | +
| Stats View | +|
|---|---|
| f or / | +start searching history | +
| Todo Section in popup menu (default view) | +|
|---|---|
| / | +start searching tasks | +
| f | +open file switcher | +
| i | +open task editor to add new task | +
| k | +open kanban switcher | +
| y | +open filters editor | +
| s | +open sort editor | +
| When focus is inside a task item in popup menu | +|
|---|---|
| e | +start editing task | +
| Task editor | +|
|---|---|
| ctrl + h | +resize editor to the left | +
| ctrl + j | +resize editor down | +
| ctrl + k | +resize editor up | +
| ctrl + l | +resize editor to the right | +
| ctrl + f | +open file selector | +
| ctrl + enter | +commit the change | +