Add plasma-manager module and configuration

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-04-28 22:35:56 +03:00
parent e792137d5b
commit d3773e4e4f
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
5 changed files with 229 additions and 0 deletions

View file

@ -0,0 +1,42 @@
[
{
location = "bottom";
widgets = [
{
name = "org.kde.plasma.pager";
config = {
General.displayedText = "Name";
};
}
{
name = "org.kde.plasma.panelspacer";
config = {
General.length = "400";
Generla.expanding = "false";
};
}
"org.kde.plasma.kickoff"
{
name = "org.kde.plasma.icontasks";
config = {
# Unpin default apps
General.launchers = [];
General.middleClickAction = "None";
General.groupingStrategy = "0";
General.minimizeActiveTaskOnClick = "false";
General.wheelEnabled = "false";
};
}
"org.kde.plasma.panelspacer"
"org.kde.plasma.systemtray"
{
name = "org.kde.plasma.digitalclock";
config = {
Appearance.showSeconds = "always";
};
}
];
height = 40;
floating = false;
}
]