You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a bash script but i3blocks wouldn't show the output of the script at all. after hours of tinkering this and that, I found out any bash script that had a 'for' loop wouldn't work in i3blocks. Like a script with the content bellow wouldn't show any output on the bar:
#!/bin/bash
for ((i=0; i<100; i++)); do echo $i; sleep 1; done
The interval for the script block in i3blocks's config is set to 1.
What is the problem?
The text was updated successfully, but these errors were encountered:
I wrote a bash script but i3blocks wouldn't show the output of the script at all. after hours of tinkering this and that, I found out any bash script that had a 'for' loop wouldn't work in i3blocks. Like a script with the content bellow wouldn't show any output on the bar:
The interval for the script block in i3blocks's config is set to 1.
What is the problem?
The text was updated successfully, but these errors were encountered: