fuji: sway bar -> quickshell_bar

This commit is contained in:
2026-05-31 11:53:24 +02:00
parent 2f7f408466
commit bdae9d7696
3 changed files with 57 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ let
--hooks ''\'systemctl --user restart lisgd.service''\'
'';
swaysw = inputs.swaysw.packages.${system}.swaysw;
quickshell_bar = inputs.quickshell_bar.packages.${system}.default;
term = "${pkgs.foot}/bin/footclient";
in
{
@@ -92,19 +93,9 @@ in
};
};
bars = [
{
position = "top";
fonts = {
names = [
"Iosevka"
"FontAwesome"
];
style = "Bold Semi-Condensed";
size = 12.0;
};
statusCommand = "${lib.getExe pkgs.i3status-rust} ~/.config/i3status-rust/config-top.toml";
}
bars = [ ];
startup = [
{ command = "exec ${quickshell_bar}/bin/quickshell-bar"; }
];
keybindings = {