This commit is contained in:
2026-02-27 20:44:54 +01:00
parent 454ec27541
commit 7817cb19f2
5 changed files with 46 additions and 29 deletions

View File

@@ -2,28 +2,28 @@
(box
:class "powermenu"
(button
:onclick "close eww power; systemctl poweroff"
:onclick "eww close power; systemctl poweroff"
:class "powermenu-button"
(label
:text "⏻ "))
(label
:text " ")
(button
:onclick "close eww power; /home/elias/.config/helperscripts/lock.sh"
:onclick "eww close power; /home/elias/.config/helperscripts/lock.sh"
:class "powermenu-button"
(label
:text ""))
(label
:text " ")
(button
:onclick "close eww power; systemctl reboot"
:onclick "eww close power; systemctl reboot"
:class "powermenu-button"
(label
:text ""))
(label
:text "")
(button
:onclick "close eww power; /home/elias/.config/helperscripts/logout.sh"
:onclick "eww close power; /home/elias/.config/helperscripts/logout.sh"
:class "powermenu-button"
(label
:text ""))))

View File

@@ -5,29 +5,47 @@
enable = true;
settings = {
general = {
disable_loading_bar = true;
grace = 300;
# disable_loading_bar = true;
# grace = 300;
hide_cursor = true;
no_fade_in = false;
ignore_empty_input = true;
# no_fade_in = false;
};
background = [{
path = "screenshot";
blur_passes = 3;
blur_size = 8;
}];
input-field = [{
size = "200, 50";
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 = ''<span foreground="##cad3f5">Password...</span>'';
shadow_passes = 2;
}];
animations = {
enabled = true;
fade_in = {
duration = 300;
bezier = "easeOutQuint";
};
fade_out = {
duration = 300;
bezier = "easeOutQuint";
};
};
background = [
{
path = "screenshot";
blur_passes = 2;
blur_size = 3;
}
];
input-field = [
{
size = "200, 50";
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 = 3;
placeholder_text = ''<span foreground="##cad3f5">Password...</span>'';
shadow_passes = 2;
}
];
};
};
}

View File

@@ -12,7 +12,7 @@
beamMinimal28Packages.elixir
clang-tools
prettierd
nixfmt-rfc-style
nixfmt
tex-fmt
hclfmt
topiary # TODO: Install https://github.com/blindFS/topiary-nushell somehow, e.g. clone languages.ncl to ~/.config/topiary/languages.ncl & nu.scm to ~/.config/topiary/topiary-queries/queries/nu.scm
@@ -130,4 +130,3 @@
};
};
}

View File

@@ -1 +1 @@
betterlockscreen --lock blur
hyprlock