mirror of
https://github.com/polybar/polybar.git
synced 2025-02-17 15:55:20 -05:00
fix(config): Error message
This commit is contained in:
parent
087ea4e087
commit
73aa721f90
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class config {
|
|||
T dereference_xrdb(string var) const {
|
||||
size_t pos;
|
||||
#if not WITH_XRM
|
||||
m_log.warn("No built-in support for xrdb (requires xcb-util-xrm). Using default value for `%s`", var);
|
||||
m_log.warn("No built-in support to dereference ${xrdb:%s} references (requires `xcb-util-xrm`)", var);
|
||||
if ((pos = var.find(':')) != string::npos) {
|
||||
return convert<T>(var.substr(pos + 1));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue