1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include
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
..
adapters feat(pulse): Show volume in decibels (#1894) 2019-10-09 02:13:57 +02:00
cairo font: Show context in unmatched character warning 2020-01-07 16:28:07 +01:00
components logger: Downgrade some warning messages 2020-04-22 00:38:31 +02:00
drawtypes fix(battery): animation framerate 2020-01-23 23:45:56 +01:00
events Incorporate Reviews 2019-08-06 21:36:20 +02:00
modules logger: Downgrade some warning messages 2020-04-22 00:38:31 +02:00
utils Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
x11 fix(monitor): Reload when any monitor changes 2020-04-21 23:59:01 +02:00
CMakeLists.txt build: remove xdamage extension 2019-06-03 00:46:12 +02:00
common.hpp refactor(build): Remove version number namespace 2019-05-17 16:49:47 +02:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp Add missing <stdexcept> header 2019-12-25 01:00:29 +01:00
settings.hpp.cmake ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00