mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 11:14:13 +01:00
conky & i3status: increase update intervals to 5 & consistency
This commit is contained in:
parent
5d1f1607be
commit
b438dde52d
@ -55,7 +55,7 @@ conky.config = {
|
|||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_type = 'override',
|
own_window_type = 'override',
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
update_interval = 1,
|
update_interval = 5,
|
||||||
uppercase = false,
|
uppercase = false,
|
||||||
use_spacer = 'none',
|
use_spacer = 'none',
|
||||||
show_graph_scale = false,
|
show_graph_scale = false,
|
||||||
|
@ -9,7 +9,11 @@
|
|||||||
general {
|
general {
|
||||||
output_format = "i3bar"
|
output_format = "i3bar"
|
||||||
colors = true
|
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
|
# solarized dark copied from https://github.com/tobiaszwaszak/i3wm/blob/master/i3status.conf
|
||||||
color_good = "#859900"
|
color_good = "#859900"
|
||||||
color_bad = "#dc322f"
|
color_bad = "#dc322f"
|
||||||
@ -51,7 +55,7 @@ ethernet _first_ {
|
|||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
# %remaining looks horrible especially with updating every second
|
# %remaining looks horrible especially with updating every second
|
||||||
format = "🔌%status %percentage"
|
format = "🔌%status %percentage %remaining"
|
||||||
format_down = ""
|
format_down = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,8 +77,8 @@ volume master {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ipv6 {
|
ipv6 {
|
||||||
format_up = "IPv6: 🢁"
|
format_up = "IPv6:🢁"
|
||||||
format_down = "IPv6: 🢃"
|
format_down = "IPv6:🢃"
|
||||||
}
|
}
|
||||||
|
|
||||||
disk / {
|
disk / {
|
||||||
|
Loading…
Reference in New Issue
Block a user