Merge pull request #3922 from hansp27/niri-language-dont-ellipsize
turn off ellipsize for niri/language module
This commit is contained in:
@ -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>();
|
||||||
|
Reference in New Issue
Block a user