Waybar/resources
Daniel Martí 5c574975b7 resources: don't break tray icon checkboxes via CSS
These three lines break checkboxes and other forms of UI in status
indicator dropdowns. For instance, they break checkboxes on
NetworkManager's "nm-applet --indicator" via libappindicator-gtk3.

First, disabling borders completely hides those UI elements,
as they seem to render entirely via borders.
Second, min-height makes checkboxes just flat lines.

When removed entirely, the border settings seem to have had an effect on
the workspaces widget, which now renders with round underline borders.
To undo that, re-add those two lines inside its section.

The min-height setting doesn't seem to affect anything that I can see.
Remove it entirely, for now.

Fixes #1148.
2022-01-09 10:32:16 +00:00
..
custom_modules mediaplayer.py: Exit properly on SIGPIPE 2021-11-27 23:07:26 +01:00
config Use spacing in config 2021-10-20 11:30:53 +02:00
style.css resources: don't break tray icon checkboxes via CSS 2022-01-09 10:32:16 +00:00
waybar.service.in Don't start if graphical-session is not running 2021-07-31 16:56:55 +02:00