# -*- shell-script -*- # The module allows you to launch a few programs without even logging in login_function_commands=$login_function login_function=_login_commands _login_commands () { if [ "${user%%+*}" = "" ]; then if [ "${user}" = "+shutdown" ]; then shutdown -h now elif [ "${user}" = "+reboot" ]; then reboot elif [ "${user}" = "+time" ]; then echo date +%Y-\(%m\)%b-%d\ %T,\ %a\ w%W/%V,\ %Z read elif [ "${user}" = "+battery" ]; then echo acpi -V read elif [ "${user}" = "+backlight" ]; then if [ "${LANG/UTF-8/}" = "${LANG}" ]; then export LANG="en_GB.UTF-8" fi adjbacklight else cat <