]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
merge battery applet from Sebastian Reichel
[chaz/tint2] / src / panel.h
index 67c995cef2ac71f87fa52943f48aa9d8d30fd03d..f7fc0ff66207d4306b8091a9bc24f6952b0353a7 100644 (file)
@@ -14,6 +14,7 @@
 #include <pango/pangocairo.h>
 #include <sys/time.h>
 
+#include "battery.h"
 #include "common.h"
 #include "clock.h"
 #include "task.h"
@@ -77,6 +78,10 @@ typedef struct {
    // clock
    Clock clock;
 
+       // --------------------------------------------------
+       // battery
+       Battery battery;
+
 } Panel;
 
 
This page took 0.023121 seconds and 4 git commands to generate.