mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 22:05:48 +00:00
add docker files, improve dbus interface
This commit is contained in:
@ -186,6 +186,10 @@ QString AWKeysAggregator::formatter(const QVariant &_data,
|
||||
break;
|
||||
}
|
||||
|
||||
// replace spaces to non-breakable ones
|
||||
if (!_key.startsWith("custom") && (!_key.startsWith("weather")))
|
||||
output.replace(" ", " ");
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user