new color on ./distro and stat current brightness on ./bright

This commit is contained in:
shockrah
2020-05-22 13:35:13 -07:00
parent fc5a75071a
commit 904b8971d5
2 changed files with 5 additions and 3 deletions

5
distro
View File

@@ -2,7 +2,8 @@
# Wanna look cool in desktop threads? here you go
red='\033[1;31m'
green='\033[0;32m'
pink='\033[1;95m'
green='\033[1;32m'
white='\033[1;37m'
nc='\033[0m'
clear
@@ -35,7 +36,7 @@ o88888"888"88o. "8888"".88 .oo888oo..
# Now some diagnostic shit idk man
#echo "Packages installed: ${red}`dpkg --get-selections | grep -v deinstall | wc -l`${nc}
echo "Distro: ${green}`uname -v | awk '{print $3}'`${nc}
Kernel: ${red}`uname -r` ${nc}
Kernel: ${pink}`uname -r` ${nc}
System: ${white}`uname -o`(duh)${nc}"
echo "=|:^) Art: https://www.asciiart.eu/plants/flowers =|:^)"