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