From 6e8e7f3f9e1a73b7fa520e1ef259686f75afdfb0 Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Wed, 19 Jul 2023 03:01:56 +0200 Subject: [PATCH] Fix typo in config --- data/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config b/data/config index f2a3a2f..fc723fe 100644 --- a/data/config +++ b/data/config @@ -45,7 +45,7 @@ UseHyprlandIPC: false Location: T # Forces the time to be centered. -# This can cause the right issue to clip outside, if there is not enough space on screen (e.g. when opening the text) +# This can cause the right widget to clip outside, if there is not enough space on screen (e.g. when opening the text) # Setting this to false will definitely fix this issue, but it won't look very good, since it will be off-center. # So try to decrease "TimeSpace" first, before setting this configuration to false. CenterTime: true