Files
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
..
2020-05-19 10:43:42 +00:00
2020-09-02 14:35:39 +02:00
2020-10-23 21:13:20 +02:00
2020-06-12 15:19:46 +02:00
2020-05-19 10:37:27 +00:00
2020-11-26 15:16:55 +01:00
2020-04-21 09:11:56 +02:00
2020-11-26 15:42:44 -08:00
2020-10-04 14:59:20 -03:00