diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-23 09:29:38 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-23 09:29:38 -0700 |
commit | 772f71c1df1c1353487644952f0435f222517cec (patch) | |
tree | 5a68aa92fee79e353974f38066f508e85261bd2d /home | |
parent | 42e624dbb8015a0c9c9894a3dc358f2117730795 (diff) | |
download | nix-772f71c1df1c1353487644952f0435f222517cec.tar nix-772f71c1df1c1353487644952f0435f222517cec.tar.gz nix-772f71c1df1c1353487644952f0435f222517cec.tar.bz2 nix-772f71c1df1c1353487644952f0435f222517cec.tar.lz nix-772f71c1df1c1353487644952f0435f222517cec.tar.xz nix-772f71c1df1c1353487644952f0435f222517cec.tar.zst nix-772f71c1df1c1353487644952f0435f222517cec.zip |
Update to latest flake.lock and update i3status interval
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/common/optional/desktops/i3/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |