nwg-panel: fix swaync icon
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
# - <https://github.com/nwg-piotr/nwg-panel/issues/269>
|
# - <https://github.com/nwg-piotr/nwg-panel/issues/269>
|
||||||
# - add CPU/meminfo executor
|
# - add CPU/meminfo executor
|
||||||
# - use sane-sysinfo
|
# - use sane-sysinfo
|
||||||
# - fix swaync icon
|
|
||||||
{
|
{
|
||||||
components,
|
components,
|
||||||
height,
|
height,
|
||||||
|
@@ -124,7 +124,9 @@ in
|
|||||||
partOf = [ "graphical-session" ];
|
partOf = [ "graphical-session" ];
|
||||||
|
|
||||||
# to debug styling, run with GTK_DEBUG=interactive
|
# 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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user