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.lookAndFeel = "org.kde.breeze.desktop";
workspace.colorScheme = "MaterialYouLight"; workspace.colorScheme = "MaterialYouLight";
panels = [ panels = [
{
location = "bottom";
floating = true;
alignment = "left";
height = 50;
lengthMode = "fit";
hiding = "dodgewindows";
widgets = [
"org.kde.plasma.kickerdash"
];
}
{ {
location = "bottom"; location = "bottom";
floating = true; floating = true;
@ -73,6 +62,15 @@
hiding = "dodgewindows"; hiding = "dodgewindows";
widgets = [ widgets = [
{ {
name = "org.kde.plasma.kickerdash";
config = {
General = {
icon = "nix-snowflake-white";
};
};
}
"org.kde.plasma.marginsseparator"
{
iconTasks = { iconTasks = {
launchers = [ launchers = [
"applications:org.kde.dolphin.desktop" "applications:org.kde.dolphin.desktop"
@ -84,21 +82,19 @@
"applications:vesktop.desktop" "applications:vesktop.desktop"
]; ];
}; };
}
"org.kde.plasma.marginsseparator"
{
systemTray.items = {
shown = [
"org.kde.plasma.bluetooth"
"org.kde.plasma.networkmanagement"
];
};
} }
]; ];
} }
{
location = "bottom";
floating = true;
alignment = "right";
height = 36;
lengthMode = "fit";
hiding = "dodgewindows";
widgets = [
"org.kde.plasma.systemtray"
"org.kde.plasma.digitalclock"
];
}
]; ];
}; };
} }