turn off ellipsize for niri/language module
This commit is contained in:
parent
c32d5e3883
commit
0abb2166a4
|
|
@ -9,7 +9,7 @@
|
||||||
namespace waybar::modules::niri {
|
namespace waybar::modules::niri {
|
||||||
|
|
||||||
Language::Language(const std::string &id, const Bar &bar, const Json::Value &config)
|
Language::Language(const std::string &id, const Bar &bar, const Json::Value &config)
|
||||||
: ALabel(config, "language", id, "{}", 0, true), bar_(bar) {
|
: ALabel(config, "language", id, "{}", 0, false), bar_(bar) {
|
||||||
label_.hide();
|
label_.hide();
|
||||||
|
|
||||||
if (!gIPC) gIPC = std::make_unique<IPC>();
|
if (!gIPC) gIPC = std::make_unique<IPC>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue