let stylix handle hyprlock
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@ in
|
||||
stylix = {
|
||||
enable = true;
|
||||
targets = {
|
||||
hyprlock.enable = false;
|
||||
hyprlock.enable = true;
|
||||
hyprland.enable = false;
|
||||
waybar = {
|
||||
enable = true;
|
||||
|
||||
@@ -47,6 +47,7 @@ in {
|
||||
wl-clipboard
|
||||
cava
|
||||
dex # starts applications according to .desktop files
|
||||
hyprshade
|
||||
#qt5.qtwayland
|
||||
#qt6.qmake
|
||||
#qt6.qtwayland
|
||||
|
||||
Reference in New Issue
Block a user