Browse Source

updated i3blocks

master
Josh Fabean 4 years ago
parent
commit
c586b5a8c6
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      .i3blocks.conf

+ 4
- 2
.i3blocks.conf View File

@ -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


Loading…
Cancel
Save