]> git.sur5r.net Git - i3/i3status/blob - config.h
05648a18f3e499e4fe5993dd114499305b18159c
[i3/i3status] / config.h
1 const char *wlan_interface = "wlan0";
2 const char *eth_interface = "eth0";
3 /* wmii_path has to be terminated by slash */
4 const char *wmii_path = "/mnt/wmii/rbar/";
5 const char *time_format = "%d.%m.%Y %H:%M:%S";
6 const char *battery = "/sys/class/power_supply/BAT0/uevent";
7 const char *run_watches[] = {"DHCP", "/var/run/dhclient.pid",
8                              "VPN", "/var/run/vpnc*.pid"};
9
10 #define ORDER_RUN       "0"
11 #define ORDER_WLAN      "1"
12 #define ORDER_ETH       "2"
13 #define ORDER_BATTERY   "3"
14 #define ORDER_LOAD      "4"
15 #define ORDER_TIME      "5"
16
17 #define USE_COLORS
18 #define WMII_NORMCOLORS "#000000 #333333" /* <background> <border> */