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 {
}
battery_level {
cache_timeout = 30
measurement_mode = "sys"
cache_timeout = 5
measurement_mode = "acpi"
hide_when_full = "True"
hide_seconds = "True"
blocks = ""
......@@ -97,8 +97,8 @@ battery_level {
}
tztime local {
# format = "%Y-%m-%d %H:%M:%S"
format = " %d/%m %H:%M:%S"
format = "%Y-%m-%d %H:%M:%S"
#format = " %d/%m %H:%M:%S"
}
path_exists VPN {
......
......@@ -57,6 +57,6 @@ battery all {
}
tztime local {
# format = "%Y-%m-%d %H:%M:%S"
format = " %d.%m. %H:%M "
format = "%Y-%m-%d %H:%M:%S"
#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