summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorMichael Hoang <Enzime@users.noreply.github.com>2024-04-19 12:08:17 +1000
committerGitHub <noreply@github.com>2024-04-19 12:08:17 +1000
commiteb25dc61a62efcdf47efce6cb17cd5cb3c8f2719 (patch)
tree39410142f54c1da3d9e52b713391698211a02f42 /modules/system
parent99b3f9a1f5d2604d542f367d38001dfa40eea7b9 (diff)
parent81f7aab5edf705d851415762d1bfe4fa836bbce7 (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.nix8
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
'';
};