Set panels for kde plasma
This commit is contained in:
parent
a7982d282a
commit
aba983b5f0
|
@ -1,6 +1,52 @@
|
|||
{
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
desktop.mouseActions.verticalScroll = "switchVirtualDesktop";
|
||||
kwin.nightLight = {
|
||||
enable = true;
|
||||
latitude = "52.32";
|
||||
longitude = "5.44";
|
||||
mode = "location";
|
||||
night = 1400;
|
||||
};
|
||||
panels = {
|
||||
top = {
|
||||
alignment = "left";
|
||||
floating = true;
|
||||
height = 38;
|
||||
location = "top";
|
||||
screen = "all";
|
||||
widgets = [
|
||||
"org.kde.plasma.appmenu"
|
||||
"org.kde.plasma.panelspacer"
|
||||
"org.kde.milou"
|
||||
"org.kde.plasma.panelspacer"
|
||||
"org.kde.plasma.colorpicker"
|
||||
"org.kde.plasma.systemtray"
|
||||
"org.kde.plasma.digitalclock"
|
||||
"org.kde.plasma.lock_logout"
|
||||
];
|
||||
};
|
||||
bottom = {
|
||||
alignment = "left";
|
||||
floating = true;
|
||||
height = 44;
|
||||
hiding = "autohide";
|
||||
maxLength = 1000;
|
||||
minLength = 1000;
|
||||
location = "bottom";
|
||||
screen = "all";
|
||||
widgets = [
|
||||
"org.kde.plasma.kickoff"
|
||||
"org.kde.plasma.pager"
|
||||
"org.kde.plasma.panelspacer"
|
||||
"org.kde.plasma.icontasks"
|
||||
"org.kde.plasma.panelspacer"
|
||||
"org.kde.plasma.minimizeall"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
shortcuts = {
|
||||
"ActivityManager"."switch-to-activity-a2cd7f51-1f1f-47a8-9544-a4c401f57a12" = [];
|
||||
"KDE Keyboard Layout Switcher"."Switch to Last-Used Keyboard Layout" = "Meta+Alt+L";
|
||||
|
|
Loading…
Reference in a new issue