From 229fb1c172bc320f057787f3e9d4e072b07088a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 3 Jun 2021 20:03:32 +0100 Subject: [PATCH] add time --- nixos/i3/i3-status.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/i3/i3-status.nix b/nixos/i3/i3-status.nix index 70a3db34..98851389 100644 --- a/nixos/i3/i3-status.nix +++ b/nixos/i3/i3-status.nix @@ -21,6 +21,12 @@ }; position = 3; }; + "time" = { + settings = { + format = "%H:%M %a %d/%m"; + }; + position = 9; + }; }; };