1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include/components
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
..
bar.hpp fix(bar): Configure window before remapping 2019-10-21 13:22:51 +02:00
builder.hpp refactor(builder): Remove unused condition parameter 2019-12-18 21:22:47 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp logger: Downgrade some warning messages 2020-04-22 00:38:31 +02:00
config_parser.hpp config_parser: Improve message for invalid names 2020-02-21 16:17:12 +01:00
controller.hpp controller: Print error for duplicate modules (#1534) 2019-10-21 10:20:45 +02:00
ipc.hpp ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00
logger.hpp logger: Add default logging level 'notice' 2020-04-22 00:38:31 +02:00
parser.hpp Incorporate Reviews 2019-08-06 21:36:20 +02:00
renderer.hpp Incorporate Reviews 2019-08-06 21:36:20 +02:00
screen.hpp fix(monitor): Reload when any monitor changes 2020-04-21 23:59:01 +02:00
taskqueue.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
types.hpp bar: Make module separator a label 2019-10-27 16:02:33 +01:00