turn off ellipsize for niri/language module

This commit is contained in:
hansi
2025-02-08 00:29:09 +04:00
parent c32d5e3883
commit 0abb2166a4

View File

@ -9,7 +9,7 @@
namespace waybar::modules::niri {
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();
if (!gIPC) gIPC = std::make_unique<IPC>();