conky & i3status: increase update intervals to 5 & consistency

This commit is contained in:
Aminda Suomalainen 2019-03-13 22:54:50 +02:00
parent 5d1f1607be
commit b438dde52d
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 9 additions and 5 deletions

View File

@ -55,7 +55,7 @@ conky.config = {
own_window_class = 'Conky',
own_window_type = 'override',
stippled_borders = 0,
update_interval = 1,
update_interval = 5,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,

View File

@ -9,7 +9,11 @@
general {
output_format = "i3bar"
colors = true
interval = 1
# 1 is horrible with battery status and possibly unnecessary
# weight for older devices. 5 appears to be Debian default, and I
# guess it's enough often for seeing if the system is frozen when
# staring at a clock.
interval = 5
# solarized dark copied from https://github.com/tobiaszwaszak/i3wm/blob/master/i3status.conf
color_good = "#859900"
color_bad = "#dc322f"
@ -51,7 +55,7 @@ ethernet _first_ {
battery all {
# %remaining looks horrible especially with updating every second
format = "🔌%status %percentage"
format = "🔌%status %percentage %remaining"
format_down = ""
}
@ -73,8 +77,8 @@ volume master {
}
ipv6 {
format_up = "IPv6: 🢁"
format_down = "IPv6: 🢃"
format_up = "IPv6:🢁"
format_down = "IPv6:🢃"
}
disk / {