Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-05-04 10:45:26 +02:00
parent e05b51d080
commit 529c6de301
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 10 additions and 9 deletions

View file

@ -22,13 +22,13 @@ in
inactiveWorkspace = { background = "#fbffff"; border = "#fbffff"; text = "535c65"; };
urgentWorkspace = { background = "#ae5865"; border = "#ae5865"; text = "#fbffff"; };
};
fonts = [ "Fira Code Normal 9" ];
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
position = "top";
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}";
}
];
floating.criteria = [{ class = "launcher"; } { class = "accentor.Main"; }];
fonts = [ "Fira Code Normal 9" ];
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
menu = "${pkgs.kitty}/bin/kitty --class launcher -e ${launcher}/bin/launcher";
modifier = "Mod4";
terminal = "${pkgs.kitty}/bin/kitty";

View file

@ -57,6 +57,7 @@ in
right = "l";
terminal = "${pkgs.kitty}/bin/kitty";
menu = "${terminal} --class launcher -e ${launcher}/bin/launcher";
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
bars = [
{
colors = {
@ -67,7 +68,7 @@ in
inactiveWorkspace = { border = "#ffffff"; background = "#ffffff"; text = "#000000"; };
urgentWorkspace = { border = "#ff8892"; background = "#ff8892"; text = "#000000"; };
};
fonts = [ "Fira Code Normal 9" ];
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
position = "top";
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}";
extraConfig = ''