This PR intead to fix 2 bug
The 1st one is that xrandr isn't available on macOS, and windows
/usr/local/bin/bwall: line 27: xrandr: command not found
The 2nd on is an error in my previous PR where I've forgot to escape the "%" char, and it was causing
/usr/local/bin/bwall: line 131: [[: 100%: syntax error: operand expected (error token is "%")
This PR intead to fix 2 bug The 1st one is that xrandr isn't available on macOS, and windows
/usr/local/bin/bwall: line 27: xrandr: command not found
The 2nd on is an error in my previous PR where I've forgot to escape the "%" char, and it was causing/usr/local/bin/bwall: line 131: [[: 100%: syntax error: operand expected (error token is "%")