Kde/plasma: configure panels
This commit is contained in:
parent
07b2ee00eb
commit
77df840e1f
1 changed files with 18 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue