add hyprlock image among other fixes

This commit is contained in:
Tyler Kelley 2024-05-19 10:42:31 -05:00
parent 5b4c1fb787
commit f509aa41f4
3 changed files with 13 additions and 4 deletions

View File

@ -183,7 +183,7 @@
environment.variables = { environment.variables = {
ZANEYOS_VERSION = "2.0"; ZANEYOS_VERSION = "2.0";
ZANEYOS = true; ZANEYOS = "true";
}; };
# Services to start # Services to start

View File

@ -185,6 +185,7 @@
environment.variables = { environment.variables = {
ZANEYOS_VERSION = "2.0"; ZANEYOS_VERSION = "2.0";
ZANEYOS = "true";
}; };
# Services to start # Services to start

View File

@ -57,6 +57,7 @@ in
home.file.".base16-themes".source = ../../config/base16-themes; home.file.".base16-themes".source = ../../config/base16-themes;
home.file.".emoji".source = ../../config/emoji; home.file.".emoji".source = ../../config/emoji;
home.file.".face.icon".source = ../../config/face.jpg; home.file.".face.icon".source = ../../config/face.jpg;
home.file.".config/face.jpg".source = ../../config/face.jpg;
home.file.".config/neofetch/config.conf".text = '' home.file.".config/neofetch/config.conf".text = ''
print_info() { print_info() {
prin "$(color 6) ZaneyOS $ZANEYOS_VERSION" prin "$(color 6) ZaneyOS $ZANEYOS_VERSION"
@ -396,9 +397,6 @@ in
source $HOME/.bashrc-personal source $HOME/.bashrc-personal
fi fi
''; '';
sessionVariables = {
ZANEYOS = true;
};
shellAliases = { shellAliases = {
sv = "sudo nvim"; sv = "sudo nvim";
flake-rebuild = "nh os switch --hostname ${host} /home/${username}/zaneyos"; flake-rebuild = "nh os switch --hostname ${host} /home/${username}/zaneyos";
@ -429,6 +427,16 @@ in
blur_size = 8; blur_size = 8;
} }
]; ];
image = [
{
path = "/home/${username}/.config/face.jpg";
size = 150;
rounding = -1; # Negative means circle
position = "0, 200";
halign = "center";
valign = "center";
}
];
input-field = [ input-field = [
{ {
size = "200, 50"; size = "200, 50";