Add lockscreen image

main
Matthew Ess 2020-01-02 20:51:01 -05:00
parent 02f83397ed
commit 730db1e668
3 changed files with 3 additions and 2 deletions

BIN
assets/lockscreen-image Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -4,7 +4,7 @@ let
name = "Matthew Ess";
email = "daringseal@gmail.com";
workEmail = "mess@yelp.com";
lockCmd = "i3lock -i ~/.background-image";
lockCmd = "i3lock -i ~/.lockscreen-image";
in {
home = {
@ -36,6 +36,7 @@ in {
];
file = {
".background-image".source = ./assets/background-image;
".lockscreen-image".source = ./assets/lockscreen-image;
".config/fish/fishfile".text = ''
laughedelic/pisces
sijad/gitignore

2
i3.nix
View File

@ -5,7 +5,7 @@
"1: web" = [{ class = "Firefox"; }];
"2: devel" = [ { class = "Alacritty"; } { class = "Atom"; } ];
};
fonts = [ "Fira Code" "FontAwesome 11" ];
fonts = [ "Fira Code" "FontAwesome 12" ];
colors = {
background = "#fff5e0";
focused = {