Waybar now remembers when it must hide or show after reboot, set-wallpaper and batteryctl patches, changed waybar style once again, plus various minor tweaks

This commit is contained in:
Gu://em_ 2025-01-20 12:53:06 +01:00
parent 806d59b71d
commit 3a293cf0f3
15 changed files with 107 additions and 32 deletions

View file

@ -1,8 +1,8 @@
#!/bin/sh
if [ $(whoami) != root ]; then
echo "- Please run this script as root"
echo "sudo $0"
echo "Please run this script as root"
echo "-> sudo $0"
echo
sudo $0
exit $?