]> git.sur5r.net Git - i3/i3status/blob - config.h
Make some formats/paths configurable, add initscript
[i3/i3status] / config.h
1 const char *wlan_interface = "wlan0";
2 const char *eth_interface = "eth0";
3 const char *wmii_path = "/mnt/wmii/rbar/status";
4 const char *time_format = "%d.%m.%Y %H:%M:%S";
5 const char *battery = "/sys/class/power_supply/BAT0/uevent";
6 const char *run_watches[] = {"DHCP", "/var/run/dhclient*.pid",
7                              "VPN", "/var/run/vpnc*.pid"};