From 4b1920807d1ecb9ea8ab5167692eaaf5f438f853 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 15 Jan 2024 19:56:52 +0200 Subject: [PATCH] show seconds on time in swaybar --- 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 381e803..df173ff 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 %R'; do sleep 60; done + status_command while date +'%a %d/%m/%Y %T'; do sleep 1; done colors { statusline #ffffff