From 2a7ff7777766ee299860af338c7d0a7cf394e894 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Thu, 1 Feb 2024 09:18:12 +0200 Subject: [PATCH] change date command for statusline --- modules/home/programs/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/sway/config b/modules/home/programs/sway/config index df173ff..45846eb 100644 --- a/modules/home/programs/sway/config +++ b/modules/home/programs/sway/config @@ -116,7 +116,7 @@ bar { # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. - status_command while date +'%a %d/%m/%Y %T'; do sleep 1; done + status_command while date +'%a %Y-%m-%d %T'; do sleep 1; done colors { statusline #ffffff