/* statusbar configuration type and struct */
typedef char *(*op_fun) (const char *);
struct arg {
- op_fun func;
- const char *format;
- const char *args;
+ op_fun func;
+ const char *format;
+ const char *args;
};
/* functions */
char *username(const char*);
char *vol_perc(const char *);
char *wifi_perc(const char *);
+char *wifi_essid(const char *);