mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-08 19:32:31 +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_type = 'override',
|
||||
stippled_borders = 0,
|
||||
update_interval = 1,
|
||||
update_interval = 5,
|
||||
uppercase = false,
|
||||
use_spacer = 'none',
|
||||
show_graph_scale = false,
|
||||
|
@ -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 / {
|
||||
|
Loading…
Reference in New Issue
Block a user