initial commit

This commit is contained in:
2025-05-04 23:56:04 +02:00
commit 4e10b4d2c2
354 changed files with 53348 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Window Title Applet
This is a Plasma 5 applet that shows the current window title and icon in your panels. This plasmoid is coming from [Latte land](https://phabricator.kde.org/source/latte-dock/repository/master/) but it can also support Plasma panels.
<p align="center">
<img src="https://i.imgur.com/Zdjshmt.png" width="580"><br/>
<i>Window Title left to Plasma 5 global menu</i>
</p>
<p align="center">
<img src="https://imgur.com/ZOlnDvv.png" width="580"><br/>
<i>Appearance Settings</i>
</p>
<p align="center">
<img src="https://imgur.com/Y2L7AZj.png" width="580"><br/>
<i>Behavior Settings</i>
</p>
# Requires
- Plasma >= 5.8
- KDeclarative
# Install
This is a QML applet and as such it can be easily installed from Plasma 5 Widgets Explorer or alternative you can execute `plasmapkg2 -i .` in the root directory of the applet.