From c586b5a8c6c4c4f892f74111682465ea050371e8 Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Thu, 7 Nov 2019 08:28:11 -0600 Subject: [PATCH] updated i3blocks --- .i3blocks.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.i3blocks.conf b/.i3blocks.conf index 2899ce5..b2a6a78 100644 --- a/.i3blocks.conf +++ b/.i3blocks.conf @@ -10,7 +10,7 @@ command=/usr/lib/i3blocks/$BLOCK_NAME [ssid] #command=echo " $(iw dev wlp4s0 link | grep SSID | cut -d " " -f 2-)" -command=/usr/lib/i3blocks/iface +command=/usr/lib/i3blocks/iface/iface color=#00FF00 separator=false interval=10 @@ -45,10 +45,12 @@ interval=5 [memory] label= -command=free -m | awk 'NR==2{printf "%.1fG", $3/1024 }' +#command=free -m | awk 'NR==2{printf "%.1fG", $3/1024 }' +command=/usr/lib/i3blocks/memory/memory | awk 'RN==1{print $1}' interval=30 [temperature] +command=/usr/lib/i3blocks/temperature/temperature label= interval=30