Waybar/src
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
..
modules fix: compilation error with gcc 11 2020-11-26 15:42:44 -08:00
util Fix non-standard usage of <sys/poll.h> 2020-09-06 21:48:42 +02:00
ALabel.cpp Prevent line breaks in ellipsized labels 2020-08-19 23:38:59 +01:00
AModule.cpp Fix "on-click-backward" when "on-click-forward" is not present 2020-09-26 15:55:06 -04:00
bar.cpp Idle inhibitor toggle no longer update all modules - a list of idle inhibitors is maintained on the Client. 2020-10-31 17:30:25 +00:00
client.cpp refactor: header cleanup 2020-10-28 08:08:03 -07:00
factory.cpp feature: created sway language submodule; added styles & config part for a sway language submodule 2020-10-10 19:09:18 +03:00
main.cpp Replace signal handler with signal handling thread 2020-07-25 21:02:59 +10:00