Waybar/src/modules
Aleksei Bavshin 2695985da0
fix: compilation error with gcc 11
../src/modules/network.cpp:22:6: error: ‘optional’ in namespace ‘std’ does not name a template type
   22 | std::optional<unsigned long long> read_netstat(std::string_view category, std::string_view key) {
      |      ^~~~~~~~
../src/modules/network.cpp:7:1: note: ‘std::optional’ is defined in header ‘<optional>’; did you forget to ‘#include <optional>’?
    6 | #include "util/format.hpp"
  +++ |+#include <optional>
    7 | #ifdef WANT_RFKILL
2020-11-26 15:42:44 -08:00
..
cpu cpu: port parseCpuinfo to BSDs 2020-05-19 10:43:42 +00:00
memory Add support for memory tooltip 2020-09-02 14:35:39 +02:00
mpd Fix various mpd bugs 2020-10-23 21:13:20 +02:00
river river/tags: add module 2020-06-12 15:19:46 +02:00
sni tray: drop std::filesystem dependency 2020-05-19 10:37:27 +00:00
sway Merge branch 'master' into sway-language-module 2020-10-12 13:31:39 +03:00
wlr fix: don't check against nullptr 2020-11-26 15:16:55 +01:00
backlight.cpp fix(brightness): amd brightness 2020-04-21 09:11:56 +02:00
battery.cpp add check that all batteries from type battery 2020-06-16 12:30:21 +02:00
bluetooth.cpp add man page for bluetooth, fix bluetooth race-condition 2020-01-26 05:34:31 +01:00
clock.cpp clock: scroll through multiple timezones 2020-08-13 18:53:18 -04:00
custom.cpp Custom module - only call label_.set_tooltip_markup if tooltip markup has actually changed - fixes tooltips not appearing at all if a custom module is updating too frequently. 2020-10-31 12:21:51 +00:00
disk.cpp disk module: add state for percentage_used 2020-09-23 14:01:25 +02:00
idle_inhibitor.cpp Merge pull request #892 from alebastr/layer-surfaces-v3 2020-11-02 10:17:57 +01:00
network.cpp fix: compilation error with gcc 11 2020-11-26 15:42:44 -08:00
pulseaudio.cpp Merge branch 'master' into on-update 2020-04-12 18:32:19 +02:00
sndio.cpp sndio: Add reconnection support. 2020-10-04 14:59:20 -03:00
temperature.cpp refactor(custom): tooltip markup 2020-05-30 11:59:22 +02:00