We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works on all systems, no matter on which language/locale it is running on.
Output on non-english systems is just <symbol> / / /.
<symbol> / / /
[apt-upgrades] ...
In my case (german system) the relevant output of aptitude is
0 Pakete aktualisiert, 0 zusätzlich installiert, 0 werden entfernt und 0 nicht aktualisiert.
The script is checking for the english output (grep -m1 '^[0-9]\+ packages upgraded,') and so gets an empty value.
grep -m1 '^[0-9]\+ packages upgraded,'
I will open a PR fixing this shortly.
The text was updated successfully, but these errors were encountered:
koelle25
denisse-dev
Successfully merging a pull request may close this issue.
Expected behavior
Works on all systems, no matter on which language/locale it is running on.
Actual behavior
Output on non-english systems is just
<symbol> / / /
.i3blocks config relevant to blocklet(s)
Output of blocklet(s) when run from command line
<symbol> / / /
Output of any relevant other commands that might help diagnostics
In my case (german system) the relevant output of aptitude is
The script is checking for the english output (
grep -m1 '^[0-9]\+ packages upgraded,'
) and so gets an empty value.I will open a PR fixing this shortly.
The text was updated successfully, but these errors were encountered: