diff --git a/i3blocks/config b/i3blocks/config index 11bd70c..56f21e5 100644 --- a/i3blocks/config +++ b/i3blocks/config @@ -7,23 +7,23 @@ command=~/.config/i3blocks/cpu_monitor.sh interval=5 markup=pango -[cpu_gpu_monitor] +[gpu_monitor] command=~/.config/i3blocks/gpu_monitor.sh interval=5 markup=pango [motherboard_temperature] command=~/.config/i3blocks/motherboard_temp.sh -interval=10 +interval=5 [memory] command=free -h | awk '/^Mem:/ {print "RAM: " $3 "/" $2}' #  for RAM -interval=10 +interval=5 color=#50FA7B [disk] command=df -h / | awk '/\// {print " Disk: " $3 "/" $2}' #  for disk -interval=30 +interval=60 color=#50FA7B [volume] @@ -36,7 +36,7 @@ interval=5 [battery] command=~/.config/i3blocks/battery_status.sh -interval=30 +interval=1 color=#50FA7B [ethernet]