This commit is contained in:
blahai 2024-10-20 17:22:22 +03:00
parent c5492b9c46
commit 5a1fcf0aa7
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc
2 changed files with 19 additions and 21 deletions

View file

@ -149,8 +149,8 @@
enable = true; enable = true;
flake = "/home/pingu/.config/nixos"; flake = "/home/pingu/.config/nixos";
clean = { clean = {
enable = true; enable = true;
extraArgs = "--keep-since 5d --keep 5"; extraArgs = "--keep-since 5d --keep 5";
}; };
}; };

View file

@ -10,9 +10,7 @@
no_fade_out = true; no_fade_out = true;
}; };
backgruond = { backgruond = { color = "rgba(000000FF)"; };
color = "rgba(000000FF)";
};
input-field = [{ input-field = [{
monitor = ""; monitor = "";
@ -31,12 +29,12 @@
label = [ label = [
{ # Clock { # Clock
monitor = ""; monitor = "";
text = "$TIME"; text = "$TIME";
shadow_passes = 1; shadow_passes = 1;
shadow_boost = 0.5; shadow_boost = 0.5;
color = "rgba(FFFFFFFF)"; color = "rgba(FFFFFFFF)";
font_size = "65"; font_size = "65";
font_family = "Rubik Light"; font_family = "Rubik Light";
position = "0, 300"; position = "0, 300";
@ -58,12 +56,12 @@
{ # lock icon { # lock icon
monitor = ""; monitor = "";
text = "lock"; text = "lock";
shadow_passes = 1; shadow_passes = 1;
shadow_boost = 0.5; shadow_boost = 0.5;
color = "rgba(FFFFFFFF)"; color = "rgba(FFFFFFFF)";
font_size = "21"; font_size = "21";
font_family = "Material Symbols Rounded"; font_family = "Material Symbols Rounded";
position = "0, 65"; position = "0, 65";
halign = "center"; halign = "center";
@ -75,9 +73,9 @@
text = "locked"; text = "locked";
shadow_passes = 1; shadow_passes = 1;
shadow_boost = 0.5; shadow_boost = 0.5;
color = "rgba(FFFFFFFF)"; color = "rgba(FFFFFFFF)";
font_size = "14"; font_size = "14";
font_family = "Rubik Light"; font_family = "Rubik Light";
position = "0, 45"; position = "0, 45";
halign = "center"; halign = "center";
valign = "center"; valign = "center";
@ -96,4 +94,4 @@
}; };
}; };
} }