diff --git a/home/sway.nix b/home/sway.nix index 8c3d810..51e70a5 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -52,13 +52,7 @@ bars = [ { - position = "top"; - fonts = { - names = ["Iosevka" "FontAwesome"]; - style = "Bold Semi-Condensed"; - size = 12.0; - }; - statusCommand = "i3status-rs ~/.config/i3status-rust/config-top.toml"; + command = "${pkgs.waybar}/bin/waybar"; } ];