summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-02-17 22:50:14 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-02-17 22:50:14 +0100
commit2fe2c79f5a84c7c6dc7a752132e5dfcbb5e47dd7 (patch)
tree08d5f82129aa6f8e7c143986c9686e2ab6863c81
parentd99cee2efeafc32581147424e31cfdce9531dc9d (diff)
downloaddotfiles-2fe2c79f5a84c7c6dc7a752132e5dfcbb5e47dd7.tar.gz
dotfiles-2fe2c79f5a84c7c6dc7a752132e5dfcbb5e47dd7.tar.bz2
dotfiles-2fe2c79f5a84c7c6dc7a752132e5dfcbb5e47dd7.zip
Local Changes
-rw-r--r--.i3/conkyrc6
-rw-r--r--.zshrc2
2 files changed, 5 insertions, 3 deletions
diff --git a/.i3/conkyrc b/.i3/conkyrc
index ce5ef17..3db7d80 100644
--- a/.i3/conkyrc
+++ b/.i3/conkyrc
@@ -39,7 +39,7 @@ conky.config = {
conky.text = [[
[ \
{\
- "full_text" : " ${if_match ${cpu}<10} ${endif}${cpu}%"\
+ "full_text" : " ${if_match ${cpu cpu0}<10} ${endif}${cpu cpu0}% ${freq_g 1} ${freq_g 5}"\
},\
{\
"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/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" : "${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" : " ${platform coretemp.0 temp 2}°C"\
+ "full_text" : " ${platform coretemp.0/hwmon/hwmon1 temp 1}°C"\
},\
${if_up eth0}{\
"full_text" : "⑆ ${addr eth0}"\
diff --git a/.zshrc b/.zshrc
index 66fbce1..87ed2ef 100644
--- a/.zshrc
+++ b/.zshrc
@@ -5,3 +5,5 @@
source ~/.zsh/zshrc
# ... and put local stuff beneath :)
+alias vs="ssh necoro.eu"
+alias vsr="ssh root@necoro.eu -t"