nwg-panel: fix swaync icon

This commit is contained in:
Colin 2024-06-16 06:35:32 +00:00
parent b0ee12ba7b
commit 1f6f2399d6
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,6 @@
# - <https://github.com/nwg-piotr/nwg-panel/issues/269>
# - add CPU/meminfo executor
# - use sane-sysinfo
# - fix swaync icon
{
components,
height,

View File

@ -124,7 +124,9 @@ in
partOf = [ "graphical-session" ];
# to debug styling, run with GTK_DEBUG=interactive
command = "env G_MESSAGES_DEBUG=all nwg-panel";
# N.B.: G_MESSAGES_DEBUG=all causes the swaync icon to not render
# command = "env G_MESSAGES_DEBUG=all nwg-panel";
command = "nwg-panel";
};
};
}