polybar-dwm/src/x11
patrick96 3f60561ae3 logger: Downgrade some warning messages
A warning implies something went wrong and (possibly) the user should do
something about it. However, warnings are not always used this way.

For example:

* When a fallback value for a `${..}` reference is used, this shouldn't
  produce a warning (or notice) since using fallbacks is not something
  bad.
* pulse telling you that it uses the default sink because no sink was
  specified also does not warrant a warning (even notice may be too
  high).
* Whenever polybar shuts down it produces a "Termination signal
  received..." warning. Since there isn't a more proper way to shut down
  polybar, it should not produce a warning. Same argument for a
  `screenchange-reload`
2020-04-22 00:38:31 +02:00
..
extensions fix(monitor): Reload when any monitor changes 2020-04-21 23:59:01 +02:00
atoms.cpp fix(renderer): Handling of missing root pixmap (#1608) 2019-01-17 14:22:48 +01:00
background_manager.cpp fix(renderer): Handling of missing root pixmap (#1608) 2019-01-17 14:22:48 +01:00
connection.cpp build: remove xdamage extension 2019-06-03 00:46:12 +02:00
cursor.cpp refactor: Simplify if statements (#1381) 2018-08-14 23:31:44 +02:00
ewmh.cpp fix(xworkspace): Fully support _NET_DESKTOP_NAMES spec (#1579) 2019-02-08 13:32:31 +01:00
icccm.cpp feat(xworkspaces): add urgent desktop detection 2017-02-23 13:20:26 +01:00
registry.cpp refactor(connection: Use custom base 2016-12-26 09:46:48 +01:00
tray_client.cpp wip(refactor): Cairo drawing 2017-01-24 07:11:14 +01:00
tray_manager.cpp logger: Downgrade some warning messages 2020-04-22 00:38:31 +02:00
window.cpp fix(window): remove useless operator= and add default copy cstr (#1729) 2019-04-07 17:32:55 +02:00
winspec.cpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
xembed.cpp refactor: Integral types 2017-01-24 07:11:14 +01:00
xresources.cpp refactor(xresources): Use xcb-util-xrm 2017-01-20 02:26:01 +01:00