13 typedef struct _ClockInfo
22 static Config* getInstance();
28 vector<ClockInfo*> clocks;
30 string external_viewer;
31 bool show_week_numbers;
33 bool mainwindow_decorated;
34 bool mainwindow_keep_above;
35 bool mainwindow_sticky;
36 bool mainwindow_skip_taskbar;
37 bool mainwindow_resizable;
38 GtkWindowPosition mainwindow_position;
41 static Config* _instance;
42 static void Destroy();
44 template <class T> bool fromString(T& t, const string& s);
45 string strip(string const& str);
56 void parseLine(string line);
57 void addOption(string var, string val);