Install the lock screen PAM stack and replace the missing screensaver effects
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Print the terminal text effects command the screensaver can use
|
||||
# blob:hidden=true
|
||||
|
||||
for candidate in ttfx tte; do
|
||||
if command -v "$candidate" &>/dev/null; then
|
||||
printf '%s\n' "$candidate"
|
||||
exit 0
|
||||
fi
|
||||
done
|
||||
|
||||
exit 1
|
||||
Reference in New Issue
Block a user