GreenSkinMonster / plasma-systray-latte-tweaks

Latte tweaks for Plasma systray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plasma SysTray Tweaks for Latte

Plasma systray is too important to be forked and maintained and this is why I am not taking up this task. On the other hand there is no real reason to not present some Latte specific optimisations. All the changes and improvements introduced are only in qml side and as such it might be easier to maintain when plasma system tray evolves between different plasma versions. The reasons that these tweaks were needed are the following:

  • Plasma systray is not using the Latte AutoColoring introduced with v0.9 and as such all applets in the systray are painted with no exceptions. With these tweaks the user can now choose which applets/tasks will be auto-colored in the systray or not; by default all applets are auto-colored
  • As a gift, an icons spacing option is included that can be accessed from systray setttings -> Appearance tab


systray auto-coloring demonstration


Auto-Color option


icons margin in Apperance tab

Install

  1. Copy folders org.kde.plasma.systemtray and org.kde.plasma.private.systemtray at your user folder: ~/.local/share/plasma/plasmoids
  2. Restart Latte

Update

  1. Replace folders the two folders installed at ~/.local/share/plasma/plasmoids with their newer counter parts
  2. Restart Latte

Remove

  1. Remove the two installed folders from your ~/.local/share/plasma/plasmoids folder
  2. Restart Latte

Warning

  • Use with care and in case your systray breaks (it can happen during plasma upgrades) just remove tweaks from your ~/.local/share/plasma/plasmoids folder.

Maintenance

  • The current code is using Plasma v5.20 and I will try to update it when new plasma versions are released with changes in their QML code. That means of course that any improvements in plasma qml code will not be available if you dont remove the tweaks or update with newer versions of tweaked files.

  • If someone wants to check out what the tweaks are changing for safety reasons etc, the tweaks branch holds all the relevant commits.

About

Latte tweaks for Plasma systray

License:GNU General Public License v2.0


Languages

Language:QML 100.0%