30 lines
847 B
Markdown
30 lines
847 B
Markdown
# 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.
|
|
|
|
|