]> git.sur5r.net Git - i3/i3status/blob - config.h
Write information in separate files, define order
[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_WLAN      "0"
11 #define ORDER_ETH       "1"
12 #define ORDER_BATTERY   "2"
13 #define ORDER_LOAD      "3"
14 #define ORDER_TIME      "4"