summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-02-17 23:06:46 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-02-17 23:06:46 +0100
commit6ed1f9738b510e50a6bdc1dc23ee511bddb0a33e (patch)
treeee4cf0260d52b063c8f881217b248bd790279aa2
parentb3da766df84c62104e9baf42ef61e8d26cf2b0e3 (diff)
downloaddotfiles-6ed1f9738b510e50a6bdc1dc23ee511bddb0a33e.tar.gz
dotfiles-6ed1f9738b510e50a6bdc1dc23ee511bddb0a33e.tar.bz2
dotfiles-6ed1f9738b510e50a6bdc1dc23ee511bddb0a33e.zip
Revert "Local Changes"
This reverts commit 2fe2c79f5a84c7c6dc7a752132e5dfcbb5e47dd7.
-rw-r--r--.i3/conkyrc6
-rw-r--r--.zshrc2
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"