From 772f71c1df1c1353487644952f0435f222517cec Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 23 Apr 2024 09:29:38 -0700 Subject: Update to latest flake.lock and update i3status interval --- home/nipsy/common/optional/desktops/i3/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home') diff --git a/home/nipsy/common/optional/desktops/i3/default.nix b/home/nipsy/common/optional/desktops/i3/default.nix index 78d11de..5af4b3b 100644 --- a/home/nipsy/common/optional/desktops/i3/default.nix +++ b/home/nipsy/common/optional/desktops/i3/default.nix @@ -7,6 +7,9 @@ programs.i3status = { enable = true; + general = { + interval = 1; + }; }; services = { -- cgit v1.2.3