diff options
Diffstat (limited to '')
-rw-r--r-- | .i3/conkyrc | 6 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/.i3/conkyrc b/.i3/conkyrc index 3db7d80..ce5ef17 100644 --- a/.i3/conkyrc +++ b/.i3/conkyrc @@ -39,7 +39,7 @@ conky.config = { conky.text = [[ [ \ {\ - "full_text" : " ${if_match ${cpu cpu0}<10} ${endif}${cpu cpu0}% ${freq_g 1} ${freq_g 5}"\ + "full_text" : " ${if_match ${cpu}<10} ${endif}${cpu}%"\ },\ {\ "full_text" : " ${mem}",\ @@ -47,10 +47,10 @@ conky.text = [[ "color" : "\#${if_match ${memperc}<90}ffffff${else}ff0000${endif}"\ },\ {\ - "full_text" : "${if_existing /sys/class/power_supply/AC/online 1}${else}${endif} ${battery_percent BAT0}${if_existing /sys/class/power_supply/AC/online 0} ${lua utime ${battery_time BAT0}}${endif}"\ + "full_text" : "${if_existing /sys/class/power_supply/AC0/online 1}${else}${endif} ${battery_percent BAT0}${if_existing /sys/class/power_supply/AC0/online 0} ${lua utime ${battery_time BAT0}}${endif}"\ },\ {\ - "full_text" : " ${platform coretemp.0/hwmon/hwmon1 temp 1}°C"\ + "full_text" : " ${platform coretemp.0 temp 2}°C"\ },\ ${if_up eth0}{\ "full_text" : "⑆ ${addr eth0}"\ @@ -5,5 +5,3 @@ source ~/.zsh/zshrc # ... and put local stuff beneath :) -alias vs="ssh necoro.eu" -alias vsr="ssh root@necoro.eu -t" |