Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config

This commit is contained in:
Sheppy
2017-10-25 17:03:02 +02:00
9 changed files with 244 additions and 190 deletions

View File

@@ -0,0 +1,18 @@
SEP = " | "
RED = 0xff0000
GREEN = 0x32CD32
YELLOW = 0xffff00
GREY = 0x909090
WHITE = 0xefefef
DEFAULT_FG = 0x476243
COLOR_BORDER = 5.0
BAT_COLOR_OFFSET = 10
PRINT_LOG = "pracct.log"
VPN_LOG = "vpn_status.log"
BATTERY_LOG = "battery.log"
IP_LOG = "ip.log"
BATTERY_CRITICAL = 2 # in %
BAT_WARNING_STR = ">>>>>>>>>>>>>>>> ------------ WARNING BATTER FAILURE IMMINENT ------------ <<<<<<<<<<<<<"
VALUES_KEPT = 10