From 81f7aab5edf705d851415762d1bfe4fa836bbce7 Mon Sep 17 00:00:00 2001 From: Jefferson Bledsoe Date: Thu, 18 Apr 2024 13:53:30 +0000 Subject: [PATCH] Update ShowDate in menuExtraClock --- modules/system/defaults/clock.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/system/defaults/clock.nix b/modules/system/defaults/clock.nix index cd5c0e84..14eacfa2 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 ''; };