mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-13 14:32:32 +02:00
feat: basic config file
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
#include <iostream>
|
||||
#include <fmt/format.h>
|
||||
#include "util/chrono.hpp"
|
||||
#include "IModule.hpp"
|
||||
|
||||
namespace waybar::modules {
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
class Battery {
|
||||
class Battery : public IModule {
|
||||
public:
|
||||
Battery();
|
||||
auto update() -> void;
|
||||
|
Reference in New Issue
Block a user