From 69aee8b0266514ab834870ac7776de1f5d2b5499 Mon Sep 17 00:00:00 2001 From: rintyuu Date: Sat, 30 Mar 2024 00:46:40 -0700 Subject: [PATCH] Delete motd.sh --- motd.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 motd.sh diff --git a/motd.sh b/motd.sh deleted file mode 100755 index 7b53173..0000000 --- a/motd.sh +++ /dev/null @@ -1,6 +0,0 @@ -# be sure to append this file to your /etc/profile config -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