fuji: sway bar -> quickshell_bar
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user