mirror of
https://github.com/polybar/polybar.git
synced 2026-02-14 21:15:34 +00:00
Fix hint message when using deprecated polybar-msg hook
This commit is contained in:
committed by
Patrick Ziegler
parent
c655adea93
commit
8820cc73cd
@ -141,7 +141,7 @@ static std::pair<ipc::type_t, string> parse_message(deque<string> args) {
|
||||
|
||||
fprintf(stderr,
|
||||
"Warning: Using IPC hook commands is deprecated, use the hook action on the ipc module: %s %s \"%s\"\n", exec,
|
||||
ipc_type.c_str(), ipc_payload.c_str());
|
||||
"action", ipc_payload.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user