Add colors to Bar Widgets

This commit is contained in:
Linux User
2022-08-16 10:50:49 +00:00
parent 3a35a95ce9
commit 85d64f0ac7
13 changed files with 55 additions and 23 deletions

9
.local/scripts/9996_disk Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
COLOR1="#00FF90"
COLOR2="#00A45D"
used=$(df -h / | sed -n '1!p' | cut -d' ' -f22)
total=$(df -h / | sed -n '1!p' | cut -d' ' -f16)
echo "^b$COLOR1^^c$COLOR2^  ^c$COLOR1^^b$COLOR2^ $used/$total ^d^"