feat: basic config file

This commit is contained in:
Alexis
2018-08-09 12:05:48 +02:00
parent 4cec0f390b
commit 39a0ae04a8
18 changed files with 176 additions and 61 deletions

View File

@ -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;