Uploaded motd.sh
This commit is contained in:
parent
c6075c72d2
commit
4f7273af99
1 changed files with 5 additions and 0 deletions
5
motd.sh
Executable file
5
motd.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
echo
|
||||
echo "Laptop battery: $(acpi | awk '{print $4,$3,$5,$6}')"
|
||||
echo
|
||||
echo "Backlight: $(brightnessctl g)/$(brightnessctl max) ($(echo "scale=2; $(brightnessctl g) / $(brightnessctl max) * 100" | bc)%)"
|
||||
echo
|
Loading…
Add table
Reference in a new issue