use hyprlock, because it looks okay at least

This commit is contained in:
Noa Aarts 2025-11-24 14:28:16 +01:00
parent e0c6a80533
commit 1c7f744aaf
Signed by: noa
GPG key ID: 1850932741EFF672
9 changed files with 17 additions and 10 deletions

View file

@ -10,7 +10,7 @@ pkgs.writeShellScriptBin "fuzzel-power" ''
if [ "$selected_option" == "$lock" ]
then
echo "lock"
${pkgs.swaylock}/bin/swaylock
${pkgs.hyprlock}/bin/hyprlock
elif [ "$selected_option" == "$poweroff" ]
then
echo "poweroff"