Files
_dotfiles/.config/i3blocks/systemctl/Readme.md
2024-06-12 13:49:42 +02:00

29 lines
453 B
Markdown

# systemctl
Show systemctl service status, allows to toggle status with left click.
Accepts the same service names as systemctl eg. "redis" or "docker".
![](systemctl.png)
# Config
```
[systemctl]
command=$SCRIPT_DIR/systemctl
interval=once
markup=pango
instance=docker
[systemctl]
command=$SCRIPT_DIR/systemctl
interval=once
markup=pango
instance=redis
[systemctl]
command=$SCRIPT_DIR/systemctl
interval=once
markup=pango
instance=postgresql
```