diff --git a/assets/lockscreen-image b/assets/lockscreen-image new file mode 100644 index 0000000..fc87597 Binary files /dev/null and b/assets/lockscreen-image differ diff --git a/home.nix b/home.nix index b3ae02a..514e03a 100644 --- a/home.nix +++ b/home.nix @@ -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 diff --git a/i3.nix b/i3.nix index d56a6de..d247904 100644 --- a/i3.nix +++ b/i3.nix @@ -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 = {