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
Service to be recognized.
Blocklet text displays (user) service as not active, since it does not exists unless using --user when calling systemctl.
--user
systemctl
Blocklet example config, except for script location:
[systemctl] # command=$SCRIPT_DIR/systemctl command=~/i3blocks/systemctl/systemctl interval=once markup=pango instance=pulseaudio
$ ~/i3blocks/systemctl/systemctl Failed to mangle name: Invalid argument Failed to expand names: Invalid argument <span foreground="#888888"><s></s></span>
$ uname -a Linux HOMEPC 6.5.0-25-generic #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux $ systemctl is-active pulseaudio inactive $ systemctl is-active --user pulseaudio active
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Service to be recognized.
Actual behavior
Blocklet text displays (user) service as not active, since it does not exists unless using
--user
when callingsystemctl
.i3blocks config relevant to blocklet(s)
Blocklet example config, except for script location:
Output of blocklet(s) when run from command line
Output of any relevant other commands that might help diagnostics
The text was updated successfully, but these errors were encountered: