Update dependencies
This commit is contained in:
parent
e05b51d080
commit
529c6de301
3 changed files with 10 additions and 9 deletions
|
@ -22,13 +22,13 @@ in
|
||||||
inactiveWorkspace = { background = "#fbffff"; border = "#fbffff"; text = "535c65"; };
|
inactiveWorkspace = { background = "#fbffff"; border = "#fbffff"; text = "535c65"; };
|
||||||
urgentWorkspace = { background = "#ae5865"; border = "#ae5865"; text = "#fbffff"; };
|
urgentWorkspace = { background = "#ae5865"; border = "#ae5865"; text = "#fbffff"; };
|
||||||
};
|
};
|
||||||
fonts = [ "Fira Code Normal 9" ];
|
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
|
||||||
position = "top";
|
position = "top";
|
||||||
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}";
|
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
floating.criteria = [{ class = "launcher"; } { class = "accentor.Main"; }];
|
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";
|
menu = "${pkgs.kitty}/bin/kitty --class launcher -e ${launcher}/bin/launcher";
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
terminal = "${pkgs.kitty}/bin/kitty";
|
terminal = "${pkgs.kitty}/bin/kitty";
|
||||||
|
|
|
@ -57,6 +57,7 @@ in
|
||||||
right = "l";
|
right = "l";
|
||||||
terminal = "${pkgs.kitty}/bin/kitty";
|
terminal = "${pkgs.kitty}/bin/kitty";
|
||||||
menu = "${terminal} --class launcher -e ${launcher}/bin/launcher";
|
menu = "${terminal} --class launcher -e ${launcher}/bin/launcher";
|
||||||
|
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
|
||||||
bars = [
|
bars = [
|
||||||
{
|
{
|
||||||
colors = {
|
colors = {
|
||||||
|
@ -67,7 +68,7 @@ in
|
||||||
inactiveWorkspace = { border = "#ffffff"; background = "#ffffff"; text = "#000000"; };
|
inactiveWorkspace = { border = "#ffffff"; background = "#ffffff"; text = "#000000"; };
|
||||||
urgentWorkspace = { border = "#ff8892"; background = "#ff8892"; 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";
|
position = "top";
|
||||||
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}";
|
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
12
flake.lock
generated
12
flake.lock
generated
|
@ -38,11 +38,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1619820677,
|
"lastModified": 1620100475,
|
||||||
"narHash": "sha256-mNz58JzgB7mWSujih0PC0FJ/XUFtysHVGi2JPvG/okg=",
|
"narHash": "sha256-JmH3f6KaIJ3y5FaJdHm4agyzfn+LMnV5RhtNrYa4jGY=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "2eed1380266cf6d0f48a90ba24131fc8f65a4f61",
|
"rev": "9ffb206050bab47122eac18ea7cb289849f8d128",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -54,11 +54,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1619849839,
|
"lastModified": 1620078665,
|
||||||
"narHash": "sha256-akVm72M8S1eDr5xgDpnmIGPAn9HLNcQ7iLNPgSNMQug=",
|
"narHash": "sha256-WhA2MhJQeS/3VOQ/MrWZYJHMuYpqX5Y4DBwd/7/fUP8=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "85aef7706e35226d572b419971a98cf0d2f22ae6",
|
"rev": "e5b86d7ac08c3c33a4bfd9736a6001a7c63d0a1a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue