fix: lint

This commit is contained in:
Alex
2023-01-04 16:26:50 +01:00
parent a35861b3b9
commit 1938bb5d28
4 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,5 @@
#include <fmt/format.h>
#include "ALabel.hpp"
#include "bar.hpp"
#include "modules/hyprland/backend.hpp"

View File

@ -23,10 +23,10 @@ class Image : public AModule {
void delayWorker();
void handleEvent();
Gtk::Image image_;
Gtk::Image image_;
std::string path_;
int size_;
int interval_;
int size_;
int interval_;
util::SleeperThread thread_;
};