Kde/plasma: configure panels

This commit is contained in:
Toast 2024-01-20 02:46:42 +01:00
parent 07b2ee00eb
commit 77df840e1f

View file

@ -104,6 +104,24 @@ in
right = [ "minimize" "maximize" "close" ]; right = [ "minimize" "maximize" "close" ];
}; };
}; };
panels = [{
location = "bottom";
height = 44;
widgets = [
"org.kde.plasma.kickoff"
"org.kde.plasma.pager"
"org.kde.plasma.icontasks"
"org.kde.plasma.marginsseparator"
"org.kde.plasma.systemtray"
"org.kde.plasma.digitalclock"
"org.kde.plasma.showdesktop"
];
extraSettings = ''
currentWidget = panelWidgets["org.kde.plasma.kickoff"]
currentWidget.currentConfigGroup = ["General"]
currentWidget.writeConfig("icon", "nix-snowflake-white")
'';
}];
shortcuts = { shortcuts = {
"kwin" = { "kwin" = {
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ]; "Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];