nwg-panel: address some TODOs

This commit is contained in:
Colin 2024-06-16 04:59:23 +00:00
parent f37014a856
commit 53139a7cdf

View File

@ -1,10 +1,4 @@
# TODO:
# - declare a *separate* panel for each external display i expect to connect to (e.g. on desko).
# - unless <https://github.com/nwg-piotr/nwg-panel/issues/215> is merged,
# i think it isn't possible to deploy one panel to *every* display.
# - but i think it is possible to declare multiple panels below,
# and nwg-panel should deploy all of them?
# - or try <https://github.com/nwg-piotr/nwg-panel/issues/48>
# - try this PR to get custom workspace names to work:
# - <https://github.com/nwg-piotr/nwg-panel/pull/191>
# - add network/bluetooth indicator
@ -36,8 +30,12 @@
margin-top = 0;
menu-start = "off";
name = "panel-top";
# TODO: display on all outputs? or at least ensure the primary output, on e.g. desko
output = "All"; #< TODO: untested. see <https://github.com/nwg-piotr/nwg-panel/issues/48>
# output = "All" => display the bar on every output.
# - documented: <https://github.com/nwg-piotr/nwg-panel/issues/48>
# alternatively, i could declare one bar per display,
# and then customize it so that the external display(s) render a less noisy bar.
# this will be easier once this is addressed: <https://github.com/nwg-piotr/nwg-panel/issues/215>
output = "All";
padding-horizontal = 0;
padding-vertical = 0;
position = "top";