myhead. hort

This commit is contained in:
Mars 2025-04-25 22:19:10 -04:00
parent 88c242b34b
commit 39e5a6a509
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
7 changed files with 120 additions and 166 deletions

View file

@ -199,8 +199,8 @@ namespace {
if (data.desktop_environment && *data.desktop_environment != data.window_manager)
content.push_back(createRow(deIcon, "DE", *data.desktop_environment));
if (!data.window_manager.empty())
content.push_back(createRow(wmIcon, "WM", data.window_manager));
if (data.window_manager)
content.push_back(createRow(wmIcon, "WM", *data.window_manager));
// Now Playing row
if (nowPlayingEnabled && data.now_playing) {