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