Add lockscreen image
parent
02f83397ed
commit
730db1e668
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
3
home.nix
3
home.nix
|
@ -4,7 +4,7 @@ let
|
||||||
name = "Matthew Ess";
|
name = "Matthew Ess";
|
||||||
email = "daringseal@gmail.com";
|
email = "daringseal@gmail.com";
|
||||||
workEmail = "mess@yelp.com";
|
workEmail = "mess@yelp.com";
|
||||||
lockCmd = "i3lock -i ~/.background-image";
|
lockCmd = "i3lock -i ~/.lockscreen-image";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
home = {
|
home = {
|
||||||
|
@ -36,6 +36,7 @@ in {
|
||||||
];
|
];
|
||||||
file = {
|
file = {
|
||||||
".background-image".source = ./assets/background-image;
|
".background-image".source = ./assets/background-image;
|
||||||
|
".lockscreen-image".source = ./assets/lockscreen-image;
|
||||||
".config/fish/fishfile".text = ''
|
".config/fish/fishfile".text = ''
|
||||||
laughedelic/pisces
|
laughedelic/pisces
|
||||||
sijad/gitignore
|
sijad/gitignore
|
||||||
|
|
2
i3.nix
2
i3.nix
|
@ -5,7 +5,7 @@
|
||||||
"1: web" = [{ class = "Firefox"; }];
|
"1: web" = [{ class = "Firefox"; }];
|
||||||
"2: devel" = [ { class = "Alacritty"; } { class = "Atom"; } ];
|
"2: devel" = [ { class = "Alacritty"; } { class = "Atom"; } ];
|
||||||
};
|
};
|
||||||
fonts = [ "Fira Code" "FontAwesome 11" ];
|
fonts = [ "Fira Code" "FontAwesome 12" ];
|
||||||
colors = {
|
colors = {
|
||||||
background = "#fff5e0";
|
background = "#fff5e0";
|
||||||
focused = {
|
focused = {
|
||||||
|
|
Loading…
Reference in New Issue