Update env, packages and fix some scripts

This commit is contained in:
Tobias Reisinger 2023-02-02 23:26:51 +01:00
parent e411075acb
commit 1458d5b334
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 54 additions and 25 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
action=$(printf "shutdown\nreboot\nlogout\nautostart" | $MENU)
action=$(printf "shutdown\nreboot\nlogout\nautostart" | $DMENU)
case "$action" in
shutdown) systemctl poweroff -i ;;