1 Commits

Author SHA1 Message Date
adi1090x b0bfe92753 Deploying to master from @ adi1090x/rofi@093c1a79f5 🚀 2026-04-30 15:36:47 +00:00
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ $ ./setup.sh
</p>
<p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><!-- sponsors -->
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/maksimdymov"><img src="https:&#x2F;&#x2F;github.com&#x2F;maksimdymov.png" width="60px" alt="User avatar: Maksim" /></a><!-- sponsors -->
</p>
---
+2 -2
View File
@@ -95,9 +95,9 @@ case ${chosen} in
run_cmd --reboot
;;
$lock)
if command -v betterlockscreen >/dev/null 2>&1; then
if [[ -x '/usr/bin/betterlockscreen' ]]; then
betterlockscreen -l
elif command -v i3lock >/dev/null 2>&1; then
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
fi
;;
+2 -2
View File
@@ -96,9 +96,9 @@ case ${chosen} in
run_cmd --reboot
;;
$lock)
if command -v betterlockscreen >/dev/null 2>&1; then
if [[ -x '/usr/bin/betterlockscreen' ]]; then
betterlockscreen -l
elif command -v i3lock >/dev/null 2>&1; then
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
fi
;;
+2 -2
View File
@@ -90,9 +90,9 @@ case ${chosen} in
run_cmd --reboot
;;
$lock)
if command -v betterlockscreen >/dev/null 2>&1; then
if [[ -x '/usr/bin/betterlockscreen' ]]; then
betterlockscreen -l
elif command -v i3lock >/dev/null 2>&1; then
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
fi
;;
+2 -2
View File
@@ -90,9 +90,9 @@ case ${chosen} in
run_cmd --reboot
;;
$lock)
if command -v betterlockscreen >/dev/null 2>&1; then
if [[ -x '/usr/bin/betterlockscreen' ]]; then
betterlockscreen -l
elif command -v i3lock >/dev/null 2>&1; then
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
fi
;;
+2 -2
View File
@@ -102,9 +102,9 @@ case ${chosen} in
run_cmd --hibernate
;;
$lock)
if command -v betterlockscreen >/dev/null 2>&1; then
if [[ -x '/usr/bin/betterlockscreen' ]]; then
betterlockscreen -l
elif command -v i3lock >/dev/null 2>&1; then
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
fi
;;
+2 -2
View File
@@ -102,9 +102,9 @@ case ${chosen} in
run_cmd --hibernate
;;
$lock)
if command -v betterlockscreen >/dev/null 2>&1; then
if [[ -x '/usr/bin/betterlockscreen' ]]; then
betterlockscreen -l
elif command -v i3lock >/dev/null 2>&1; then
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
fi
;;