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

View File

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

View File

@@ -47,6 +47,7 @@ in {
wl-clipboard wl-clipboard
cava cava
dex # starts applications according to .desktop files dex # starts applications according to .desktop files
hyprshade
#qt5.qtwayland #qt5.qtwayland
#qt6.qmake #qt6.qmake
#qt6.qtwayland #qt6.qtwayland