diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-09-02 11:07:27 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-09-02 11:07:27 -0400 |
| commit | 00f1007b928becab260359d2ebb0c925a8187253 (patch) | |
| tree | db9c38503a41a8572ff2f008b0c9b623cd75fc4f | |
| parent | 34d5e48354bb2c1fd4c43b510574cf139cc5b577 (diff) | |
| download | home-00f1007b928becab260359d2ebb0c925a8187253.tar.gz | |
form/home: fix statusline
| -rw-r--r-- | form/home.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/form/home.nix b/form/home.nix index e252c75..417abde 100644 --- a/form/home.nix +++ b/form/home.nix @@ -43,9 +43,12 @@ terminal = "foot"; }; - i3status = { + # i3status = { + # enable = true; + # wireless = true; + # }; + py3status = { enable = true; - wireless = true; }; qutebrowser = { |