fix lock option
This commit is contained in:
parent
708be3bb8d
commit
3249218349
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ pkgs.writeShellScriptBin "fuzzel-power" ''
|
|||
if [ "$selected_option" == "$lock" ]
|
||||
then
|
||||
echo "lock"
|
||||
swaylock
|
||||
${pkgs.swaylock}/bin/swaylock
|
||||
elif [ "$selected_option" == "$poweroff" ]
|
||||
then
|
||||
echo "poweroff"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue