let stylix handle hyprlock

This commit is contained in:
Kopatz
2025-03-18 19:21:56 +01:00
parent 3bc445dbfb
commit c998ded607
3 changed files with 45 additions and 44 deletions

View File

@@ -11,50 +11,50 @@ in {
no_fade_in = false;
};
background = [{
path = "/synced/default/dinge/Bg/yuyukowallpaper1809.png";
blur_passes = 3;
blur_size = 8;
}];
#background = [{
# path = ../../tsukasa.jpg;
# blur_passes = 3;
# blur_size = 8;
#}];
# TIME
#label = {
# monitor = "";
# text = "cmd[update:30000] echo \"$(date +\"%R\")\"";
# color = "${config.colorScheme.colors.base05}";
# #font_size = 90;
# #font_family = "$font";
# position = "-130, -100";
# halign = "right";
# valign = "top";
# shadow_passes = 2;
#};
#
## DATE
#label = {
# monitor = "";
# text = "cmd[update:43200000] echo \"$(date +\"%A, %d %B %Y\")\"";
# color = "${config.colorScheme.colors.base05}";
# #font_size = "25";
# #font_family = "$font";
# position = "-130, -250";
# halign = "right";
# valign = "top";
# shadow_passes = 2;
#};
input-field = [{
size = "300, 75";
position = "0, -80";
monitor = "";
dots_center = true;
fade_on_empty = false;
font_color = "rgb(202, 211, 245)";
inner_color = "rgb(91, 96, 120)";
outer_color = "rgb(24, 25, 38)";
outline_thickness = 5;
placeholder_text = "Password...";
shadow_passes = 2;
}];
## TIME
##label = {
## monitor = "";
## text = "cmd[update:30000] echo \"$(date +\"%R\")\"";
## color = "${config.colorScheme.colors.base05}";
## #font_size = 90;
## #font_family = "$font";
## position = "-130, -100";
## halign = "right";
## valign = "top";
## shadow_passes = 2;
##};
##
### DATE
##label = {
## monitor = "";
## text = "cmd[update:43200000] echo \"$(date +\"%A, %d %B %Y\")\"";
## color = "${config.colorScheme.colors.base05}";
## #font_size = "25";
## #font_family = "$font";
## position = "-130, -250";
## halign = "right";
## valign = "top";
## shadow_passes = 2;
##};
#input-field = [{
# size = "300, 75";
# position = "0, -80";
# monitor = "";
# dots_center = true;
# fade_on_empty = false;
# font_color = "rgb(202, 211, 245)";
# inner_color = "rgb(91, 96, 120)";
# outer_color = "rgb(24, 25, 38)";
# outline_thickness = 5;
# placeholder_text = "Password...";
# shadow_passes = 2;
#}];
};
# don't autostart

View File

@@ -8,7 +8,7 @@ in
stylix = {
enable = true;
targets = {
hyprlock.enable = false;
hyprlock.enable = true;
hyprland.enable = false;
waybar = {
enable = true;