mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19: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;
|
||||
enableShadows = false;
|
||||
compactLockScreen = true;
|
||||
clockStyle = "digital";
|
||||
autoStartAuth = true;
|
||||
allowPasswordWithFprintd = true;
|
||||
showSessionButtonsOnLockScreen = false;
|
||||
|
|
@ -53,7 +54,7 @@
|
|||
left = lib.singleton {
|
||||
id = "Clock";
|
||||
formatHorizontal = "HH:mm ddd, d MMM";
|
||||
tooltipFormat = "yyyy-MM-dd HH:mm";
|
||||
tooltipFormat = "HH:mm yyyy-MM-dd";
|
||||
};
|
||||
center = lib.singleton {
|
||||
id = "Workspace";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue