refactor: new system basics
This commit is contained in:
10
polybar/scripts/muestraDormir.sh
Executable file
10
polybar/scripts/muestraDormir.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Author by : Daniel Heras
|
||||
# Mail : dani.heras@hotmail.com
|
||||
|
||||
if [ -f "/tmp/sleepStopped" ]; then
|
||||
echo "%{F#ef476f} stopped"
|
||||
else
|
||||
echo "%{F#ced4da} sleepy"
|
||||
fi
|
||||
Reference in New Issue
Block a user