port basic i3 bar to sway

This commit is contained in:
Cyryl Płotnicki 2020-08-01 11:33:50 +01:00
parent 0f25f49d9c
commit af99ef97da

View file

@ -33,6 +33,15 @@ in
modifier = "${mod}"; modifier = "${mod}";
menu = "${pkgs.wofi}/bin/wofi --show drun,run"; menu = "${pkgs.wofi}/bin/wofi --show drun,run";
terminal = "${pkgs.alacritty}/bin/alacritty"; terminal = "${pkgs.alacritty}/bin/alacritty";
bars = [
{
position = "top";
colors.background= "#002b36";
fonts = [ "Fira Code Nerd Font 10" ];
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ~/.config/i3/status.toml";
trayOutput = "primary";
}
];
startup = [ startup = [
{ {
command = "${pkgs.wl-clipboard}/bin/wl-paste -t text --watch ${pkgs.clipman}/bin/clipman store"; command = "${pkgs.wl-clipboard}/bin/wl-paste -t text --watch ${pkgs.clipman}/bin/clipman store";