diff options
| author | Michael Hoang <Enzime@users.noreply.github.com> | 2024-04-19 12:08:17 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-19 12:08:17 +1000 |
| commit | eb25dc61a62efcdf47efce6cb17cd5cb3c8f2719 (patch) | |
| tree | 39410142f54c1da3d9e52b713391698211a02f42 /modules/system | |
| parent | 99b3f9a1f5d2604d542f367d38001dfa40eea7b9 (diff) | |
| parent | 81f7aab5edf705d851415762d1bfe4fa836bbce7 (diff) | |
Merge pull request #936 from JeffersonBledsoe/master
Update ShowDate documentation 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 ''; }; |
