Waybar/src/modules
Luca Weiss 129713fe1b
fix(network): add missing include
Fixes:
../src/modules/network.cpp:68:3: error: 'assert' was not declared in this scope
   68 |   assert(starts_with(read, category));
      |   ^~~~~~
../src/modules/network.cpp:6:1: note: 'assert' is defined in header '<cassert>'; did you forget to '#include <cassert>'?
    5 | #include "util/format.hpp"
  +++ |+#include <cassert>
    6 |
2020-01-07 20:27:31 +01:00
..
sni Merge branch 'master' into fmt 2019-08-29 11:29:48 +02:00
sway fix(workspaces): add int comparison 2019-10-19 16:19:35 +01:00
backlight.cpp refactor: move label name and id to label contructor 2019-05-22 12:06:24 +02:00
battery.cpp fix(Battery): replace spaces w/ dashes 2019-12-30 13:56:34 +01:00
clock.cpp Detect timezone changes 2019-10-04 23:25:09 +02:00
cpu.cpp refactor: move label name and id to label contructor 2019-05-22 12:06:24 +02:00
custom.cpp fix(custom): hide on empty format 2019-06-03 09:50:35 +02:00
disk.cpp custom formatter for numbers in 'pow' units format 2019-09-25 12:53:06 +02:00
idle_inhibitor.cpp refactor: move label name and id to label contructor 2019-05-22 12:06:24 +02:00
memory.cpp Expose total memory to the formatting directive 2019-06-14 22:48:16 +02:00
mpd.cpp mpd: add paused format string 2020-01-07 09:15:54 -08:00
network.cpp fix(network): add missing include 2020-01-07 20:27:31 +01:00
pulseaudio.cpp pulseaudio: export desc as a format 2019-11-25 05:16:58 -03:00
temperature.cpp refactor: move label name and id to label contructor 2019-05-22 12:06:24 +02:00