This commit is contained in:
2024-06-12 13:49:42 +02:00
commit b8e15ff09c
390 changed files with 37206 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
# systemd_unit
Show the status of a systemd unit as active, inactive or failed. This
blocklet uses dbus-send to get the current state of a systemd
unit. Both system and user units are supported.
![](systemd_unit.png)
# Config
Simple example for dhcpd service:
```
[dhcpcd_service]
command=$SCRIPT_DIR/systemd_unit
markup=pango
label=dhcpcd:
interval=30
UNIT_NAME=dhcpcd.service
```
Full example for dhcpd service:
```
[dhcpcd_service]
command=$SCRIPT_DIR/systemd_unit
markup=pango
label=dhcpcd:
interval=30
UNIT_NAME=dhcpcd.service
USER_UNIT=false
ACTIVE_COLOR=green
INACTIVE_COLOR=orange
FAILED_COLOR=red
```
For user units set `USER_UNIT=true`