diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-28 19:57:45 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-28 19:57:45 +0000 |
commit | aae0b4e4a9bbb7c416a20b54af2a03c1bf6eb9af (patch) | |
tree | c759f364fea3434f20e7551518aef5e8d9392330 /.local | |
parent | c079cbbfaeaa683d61f4363aea2c539ff4a48d97 (diff) |
Switched from swaylock-effects to hyprlock
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/powermenu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/powermenu b/.local/bin/powermenu index b992e87..30574bb 100755 --- a/.local/bin/powermenu +++ b/.local/bin/powermenu @@ -15,7 +15,8 @@ rofi_command="fuzzel -d -w 14 -l $((lines+1))" chosen="$(echo -e "$options" | $rofi_command )" case $chosen in "$lock_screen") - swaylock -f -i ~/.cache/wallpaper --effect-blur 10x5 --clock --indicator --datestr "%a %d %b %Y" + # swaylock -f -i ~/.cache/wallpaper --effect-blur 10x5 --clock --indicator --datestr "%a %d %b %Y" + hyprlock ;; "$power_off") systemctl poweroff |