diff options
| author | Jefferson Bledsoe <me@jeffersonbledsoe.com> | 2024-04-18 13:53:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-18 13:53:30 +0000 |
| commit | 81f7aab5edf705d851415762d1bfe4fa836bbce7 (patch) | |
| tree | 0154bfab726a318a4bc7f28e70306014b5e35fd6 /modules/system | |
| parent | 36524adc31566655f2f4d55ad6b875fb5c1a4083 (diff) | |
Update ShowDate in menuExtraClock
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/defaults/clock.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/system/defaults/clock.nix b/modules/system/defaults/clock.nix index cd5c0e8..14eacfa 100644 --- a/modules/system/defaults/clock.nix +++ b/modules/system/defaults/clock.nix @@ -51,11 +51,9 @@ with lib; description = lib.mdDoc '' Show the full date. Default is null. - 0 = Show the date - 1 = Don't show - 2 = Don't show - - TODO: I don't know what the difference is between 1 and 2. + 0 = When space allows + 1 = Always + 2 = Never ''; }; |
