mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
battery colors fix
This commit is contained in:
parent
120d6eaea3
commit
b57fa03b2f
@ -6,7 +6,7 @@ colorget() {
|
||||
if [[ $NUM -ge 80 ]]; then
|
||||
color="#00FF00"
|
||||
elif [[ $NUM -ge 60 ]]; then
|
||||
color="#FF0000"
|
||||
color="#FFFFFF"
|
||||
elif [[ $NUM -ge 40 ]]; then
|
||||
color="#FFF600"
|
||||
elif [[ $NUM -ge 20 ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user