Commit bb6089b7 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed i3status date format and interval for acpi battery check.

parent 17b55e0f
...@@ -87,8 +87,8 @@ net_rate { ...@@ -87,8 +87,8 @@ net_rate {
} }
battery_level { battery_level {
cache_timeout = 30 cache_timeout = 5
measurement_mode = "sys" measurement_mode = "acpi"
hide_when_full = "True" hide_when_full = "True"
hide_seconds = "True" hide_seconds = "True"
blocks = "" blocks = ""
...@@ -97,8 +97,8 @@ battery_level { ...@@ -97,8 +97,8 @@ battery_level {
} }
tztime local { tztime local {
# format = "%Y-%m-%d %H:%M:%S" format = "%Y-%m-%d %H:%M:%S"
format = " %d/%m %H:%M:%S" #format = " %d/%m %H:%M:%S"
} }
path_exists VPN { path_exists VPN {
......
...@@ -57,6 +57,6 @@ battery all { ...@@ -57,6 +57,6 @@ battery all {
} }
tztime local { tztime local {
# format = "%Y-%m-%d %H:%M:%S" format = "%Y-%m-%d %H:%M:%S"
format = " %d.%m. %H:%M " #format = " %d.%m. %H:%M "
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment