refractor plus additional click and long string functions
This commit is contained in:
@@ -22,6 +22,7 @@ cat "$DIR/brightness" "$DIR/max_brightness" | gawk -v MODE="$MODE" -v LONG="$LON
|
||||
load = ( cbr / mbr ) * 100
|
||||
if (LONG == "true") {
|
||||
printf("%d%\n", load)
|
||||
printf("%d%\n", load)
|
||||
} else {
|
||||
if (load < 100 / 9) {
|
||||
printf("▁\n▁\n")
|
||||
|
Reference in New Issue
Block a user