Compare commits
3 commits
c42affa347
...
621f42c723
Author | SHA1 | Date | |
---|---|---|---|
621f42c723 | |||
ad5dee2ee1 | |||
5568dda2fb |
1 changed files with 18 additions and 0 deletions
|
@ -25,6 +25,24 @@
|
|||
"org.kde.plasma.digitalclock"
|
||||
];
|
||||
}
|
||||
# Global menu at the top
|
||||
{
|
||||
location = "top";
|
||||
height = 26;
|
||||
widgets = [ "org.kde.plasma.appmenu" ];
|
||||
screen = "all";
|
||||
}
|
||||
];
|
||||
fonts.fixedWidth = {
|
||||
family = "FiraCode Nerd Font Mono";
|
||||
pointSize = 9;
|
||||
};
|
||||
configFile.kwinrc."NightColor" = {
|
||||
Active = true;
|
||||
LatitudeFixed = 51;
|
||||
LongitudeFixed = 13;
|
||||
Mode = "Location";
|
||||
NightTemperature = 4200;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue