Compare commits

..

No commits in common. "ee887ef04a4b4235078027aaf2d6f49da97c361f" and "af0388b907c3c072a03603760873e2533798529d" have entirely different histories.

2 changed files with 13 additions and 17 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"emacs-overlay": {
"locked": {
"lastModified": 1620124711,
"narHash": "sha256-6tsbwx6zynxSbwzfCrezGVpBum9UT+nlUV/XIc/uMms=",
"lastModified": 1619636538,
"narHash": "sha256-fQXnzTb2rDr5zbfEppXEXI+FMHLPRI12EMf9Dof3R+k=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "b717ab8d43ecabd27aa884c278a4edd1caa642db",
"rev": "ed6650c5db42b331283341c85710f99a701fd03f",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
]
},
"locked": {
"lastModified": 1620100475,
"narHash": "sha256-JmH3f6KaIJ3y5FaJdHm4agyzfn+LMnV5RhtNrYa4jGY=",
"lastModified": 1619639991,
"narHash": "sha256-cUw7Il18FC50kr7yrru0JEXpRqJTYT7zHOK701vBJmI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "9ffb206050bab47122eac18ea7cb289849f8d128",
"rev": "2d421b30ad6efc96b7deb653ea8fcc4d570a75f5",
"type": "github"
},
"original": {
@ -55,11 +55,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1620074890,
"narHash": "sha256-4Z8Zwpg0gPvqKbSsck1g9ql4E5NClGZdjyxbYoaXA4s=",
"lastModified": 1619464443,
"narHash": "sha256-R7WAb8EnkIJxxaF6GTHUPytjonhB4Zm0iatyWoW169A=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7cb76200088f45cd24a9aa67fd2f9657943d78a4",
"rev": "8e4fe32876ca15e3d5eb3ecd3ca0b224417f5f17",
"type": "github"
},
"original": {

View file

@ -41,10 +41,7 @@ in
{
statusCommand = "i3status-rs ${barConfigPath}";
position = "top";
fonts = {
names = [ "DejaVuSansMono" "FontAwesome5Free" ];
size = 9.0;
};
fonts = [ "DejaVuSansMono" "FontAwesome5Free 9" ];
colors = i3Theme.bar;
@ -72,10 +69,9 @@ in
workspaceAutoBackAndForth = true;
fonts = {
names = [ "DejaVu Sans Mono" ];
size = 8.0;
};
fonts = [
"DejaVu Sans Mono 8"
];
keybindings = lib.mkOptionDefault {
"${modifier}+Shift+e" = ''mode "${logoutMode}"'';