mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
didn't actually remove problem
whoops
This commit is contained in:
parent
106b5c345c
commit
46ae4084c5
@ -37,5 +37,5 @@ for battery in /sys/class/power_supply/BAT?*; do
|
|||||||
colortemp="$(xsct | cut -d' ' -f5)"
|
colortemp="$(xsct | cut -d' ' -f5)"
|
||||||
[ "$colortemp" -lt 6500 ] && night=" 🌙"
|
[ "$colortemp" -lt 6500 ] && night=" 🌙"
|
||||||
# Prints the info
|
# Prints the info
|
||||||
printf "%s%s%d%%%s" "$status" "$warn" "$capacity" "$night"; unset warn
|
printf "%s%s%d%%" "$status" "$warn" "$capacity"; unset warn
|
||||||
done && printf "$night" "\\n"
|
done && printf "$night" "\\n"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user