home/sway: replace swaybar with waybar

This commit is contained in:
2023-10-29 14:34:10 +01:00
parent 5f57ca4b79
commit 65caa07dc0

View File

@@ -52,13 +52,7 @@
bars = [ bars = [
{ {
position = "top"; command = "${pkgs.waybar}/bin/waybar";
fonts = {
names = ["Iosevka" "FontAwesome"];
style = "Bold Semi-Condensed";
size = 12.0;
};
statusCommand = "i3status-rs ~/.config/i3status-rust/config-top.toml";
} }
]; ];