proper panel settings
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-10-11 20:37:59 +02:00
parent d32462fd31
commit cc22326e1c

View File

@ -53,17 +53,6 @@
workspace.lookAndFeel = "org.kde.breeze.desktop";
workspace.colorScheme = "MaterialYouLight";
panels = [
{
location = "bottom";
floating = true;
alignment = "left";
height = 50;
lengthMode = "fit";
hiding = "dodgewindows";
widgets = [
"org.kde.plasma.kickerdash"
];
}
{
location = "bottom";
floating = true;
@ -72,6 +61,15 @@
lengthMode = "fit";
hiding = "dodgewindows";
widgets = [
{
name = "org.kde.plasma.kickerdash";
config = {
General = {
icon = "nix-snowflake-white";
};
};
}
"org.kde.plasma.marginsseparator"
{
iconTasks = {
launchers = [
@ -85,18 +83,16 @@
];
};
}
];
}
"org.kde.plasma.marginsseparator"
{
location = "bottom";
floating = true;
alignment = "right";
height = 36;
lengthMode = "fit";
hiding = "dodgewindows";
widgets = [
"org.kde.plasma.systemtray"
"org.kde.plasma.digitalclock"
systemTray.items = {
shown = [
"org.kde.plasma.bluetooth"
"org.kde.plasma.networkmanagement"
];
};
}
];
}
];