"There is an error in your config file"
Hello all,
I logged in to my Ubuntu 14.04 machine i3 today after having added the following lines to my i3 config file.
last_full_capacity = true
hide_seconds = true
integer_battery_capacity = true
low_threshold:10
threshold_type:time
However, I noticed the following message after logging in:
ERROR: CONFIG: Line 125: #Battery - Show true last full charge percentage - not factuory full charge ERROR: CONFIG: Line 126: last_full_capacity = true ERROR: CONFIG: Line 127: hide_seconds = true ERROR: CONFIG: ^^^^^^^^^^^^^^^^^^^ ERROR: CONFIG: Line 128: integer_battery_capacity = true ERROR: CONFIG: Line 129: low_threshold:10 ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'new_window', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'focus_follows_mouse', 'mouse_warping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'workspace', 'ipc_socket', 'ipc-socket', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'
Did I not enter the the lines properly?