# i3status output interval = 5 s (as in ~/.config/i3status/config) interval=5 # gives warning message if total time spent >= ? mins warnifMins=180 # saves time spent every ? mins saveMins=30 # save to dir savetoDir="$HOME/personal/times" # ignores workspace 10 (unused workspace, also for showing warning) ignoreWS='10' # gives warning message if time spent in workspace >= ? mins declare -A warnifWSMins warnifWSMins=([2: web]=70 [9: ebook]=45) # warning status color warnStatusCol="#FF0000" # warning status if within ? secs of max time (either workspace or total) warnStatusInSecs=60