mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
init
This commit is contained in:
28
.config/i3blocks/systemctl/Readme.md
Normal file
28
.config/i3blocks/systemctl/Readme.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# systemctl
|
||||
|
||||
Show systemctl service status, allows to toggle status with left click.
|
||||
Accepts the same service names as systemctl eg. "redis" or "docker".
|
||||
|
||||

|
||||
|
||||
# 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
|
||||
```
|
Reference in New Issue
Block a user