mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-12 22:22:29 +02:00
feat: basic config file
This commit is contained in:
@ -21,7 +21,8 @@ namespace waybar {
|
||||
|
||||
struct Client {
|
||||
uint32_t height = 30;
|
||||
std::string css_file = "./resources/style.css";
|
||||
std::string cssFile = "./resources/style.css";
|
||||
std::string configFile = "./resources/config";
|
||||
|
||||
Gtk::Main gtk_main;
|
||||
|
||||
|
Reference in New Issue
Block a user