Skip to content
vbextreme edited this page Sep 7, 2018 · 1 revision

IPC config wiki

Each module exposes the event property. In i3wm you can call it by pressing mouse button on bar. the module ipc allows call event with keyboard or shell, use tools/vbar.ipc.send for call module.event.

Module Specific Attribute

# select a connection port, default is
port = /tmp/vbar.ipc.socket

Enviroment

no enviroment

Formatting

no formatting

Icon

no icon

Example

call event module cpu

$ ./vbar.ipc.send -i cpu -n generic

config i3wm keybinding

bindsym $mod+Control+c exec --no-startup-id "~/Project/c/app/vbar/tools/vbar.ipc.send -i cpu"
Clone this wiki locally