aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-04-23 09:29:38 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-04-23 09:29:38 -0700
commit772f71c1df1c1353487644952f0435f222517cec (patch)
tree5a68aa92fee79e353974f38066f508e85261bd2d /home
parent42e624dbb8015a0c9c9894a3dc358f2117730795 (diff)
downloadnix-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.nix3
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 = {