aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-07-29 12:46:14 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-07-29 12:46:14 -0400
commit16201ff97fc29fd48fd816406285170bdf594c03 (patch)
treec62bad3b000b4c63a7942133c129b0292a7559b8 /modules
parent3cffb9a3b6be4ac1bd4600fe5c7f5d5155793491 (diff)
downloadhome-16201ff97fc29fd48fd816406285170bdf594c03.tar.gz
modules/neovim: fix py3status slow startup
Diffstat (limited to 'modules')
-rw-r--r--modules/sway/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sway/default.nix b/modules/sway/default.nix
index 6686502..a7938c0 100644
--- a/modules/sway/default.nix
+++ b/modules/sway/default.nix
@@ -154,7 +154,7 @@ in
# command = "waybar";
# }
{
- statusCommand = "py3status --wm sway";
+ statusCommand = "py3status";
# mode = "hide";
# hiddenState = "hide";
position = "top";