From 6ed1f9738b510e50a6bdc1dc23ee511bddb0a33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 17 Feb 2020 23:06:46 +0100 Subject: Revert "Local Changes" This reverts commit 2fe2c79f5a84c7c6dc7a752132e5dfcbb5e47dd7. --- .i3/conkyrc | 6 +++--- .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}"\ diff --git a/.zshrc b/.zshrc index 87ed2ef..66fbce1 100644 --- a/.zshrc +++ b/.zshrc @@ -5,5 +5,3 @@ source ~/.zsh/zshrc # ... and put local stuff beneath :) -alias vs="ssh necoro.eu" -alias vsr="ssh root@necoro.eu -t" -- cgit v1.2.3