Skip to content

Commit

Permalink
Merge pull request #3922 from hansp27/niri-language-dont-ellipsize
Browse files Browse the repository at this point in the history
turn off ellipsize for niri/language module
  • Loading branch information
Alexays authored Feb 20, 2025
2 parents fe3dda4 + 0abb216 commit 0b87af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/niri/language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>();
Expand Down

0 comments on commit 0b87af9

Please sign in to comment.