different panel

This commit is contained in:
Mohamed Chrayed 2024-09-06 19:05:36 +02:00
parent 235d4b0289
commit 09b1154a38

View File

@ -63,18 +63,30 @@
"org.kde.plasma.icontasks" "org.kde.plasma.icontasks"
]; ];
} }
{
location = "bottom"; {
floating = true; location = "top";
alignment = "right"; height = 26;
height = 36; widgets = [
lengthMode = "fit"; "org.kde.plasma.appmenu"
hiding = "dodgewindows"; "org.kde.plasma.systemtray"
widgets = [ "org.kde.plasma.digitalclock"
"org.kde.plasma.systemtray" ];
"org.kde.plasma.digitalclock" }
]; ];
}
# {
# location = "bottom";
# floating = true;
# alignment = "right";
# height = 36;
# lengthMode = "fit";
# hiding = "dodgewindows";
# widgets = [
# "org.kde.plasma.systemtray"
# "org.kde.plasma.digitalclock"
# ];
# }
]; ];
}; };
} }