home/sway: replace swaybar with waybar

This commit is contained in:
Asmir A 2023-10-29 14:34:10 +01:00
parent 5f57ca4b79
commit 65caa07dc0
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

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";
} }
]; ];