mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
noctalia-shell: Fix clocks
This commit is contained in:
parent
6bbc771661
commit
6a3d7af09e
1 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
animationSpeed = 1.8;
|
animationSpeed = 1.8;
|
||||||
enableShadows = false;
|
enableShadows = false;
|
||||||
compactLockScreen = true;
|
compactLockScreen = true;
|
||||||
|
clockStyle = "digital";
|
||||||
autoStartAuth = true;
|
autoStartAuth = true;
|
||||||
allowPasswordWithFprintd = true;
|
allowPasswordWithFprintd = true;
|
||||||
showSessionButtonsOnLockScreen = false;
|
showSessionButtonsOnLockScreen = false;
|
||||||
|
|
@ -53,7 +54,7 @@
|
||||||
left = lib.singleton {
|
left = lib.singleton {
|
||||||
id = "Clock";
|
id = "Clock";
|
||||||
formatHorizontal = "HH:mm ddd, d MMM";
|
formatHorizontal = "HH:mm ddd, d MMM";
|
||||||
tooltipFormat = "yyyy-MM-dd HH:mm";
|
tooltipFormat = "HH:mm yyyy-MM-dd";
|
||||||
};
|
};
|
||||||
center = lib.singleton {
|
center = lib.singleton {
|
||||||
id = "Workspace";
|
id = "Workspace";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue