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:
parent
806d59b71d
commit
3a293cf0f3
15 changed files with 107 additions and 32 deletions
|
|
@ -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 $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue