polybar/include
Nicholas-Baron 2322493ac8 Fix a Clang 13 warning
`-Wdeprecated-copy` found this copy-assignment operator, which it
complains about. Since it is just `= default`, we should be able to
remove both it and the default constructor, making the struct just its
data members.
2022-03-02 10:48:14 +01:00
..
adapters feat(script): add formatting for script failure (#2596) 2022-02-23 15:01:28 +01:00
cairo Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
components Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
drawtypes Add units support (POINT, PIXEL, SPACE) (#2578) 2022-02-20 21:08:57 +01:00
events Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
ipc Eventloop cleanup (#2577) 2022-01-22 22:00:26 +01:00
modules feat(script): add formatting for script failure (#2596) 2022-02-23 15:01:28 +01:00
tags fix: Handling for actions with negative offsets 2022-02-22 18:00:58 +01:00
utils Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
x11 Fix a Clang 13 warning 2022-03-02 10:48:14 +01:00
CMakeLists.txt refactor(cmake): Allow targets to be enabled individually 2020-12-24 02:20:38 +01:00
common.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp Add missing <stdexcept> header 2019-12-25 01:00:29 +01:00
settings.hpp.cmake Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00