feat: migrate to i3blocks and autotiling-rs
This commit is contained in:
parent
ce241fd98d
commit
487870a473
14 changed files with 512 additions and 7 deletions
70
home/oli/.config/i3blocks/config
Normal file
70
home/oli/.config/i3blocks/config
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
# Global stuff
|
||||
separator=true
|
||||
separator_block_width=8
|
||||
|
||||
[fortune]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/fortune
|
||||
interval=300
|
||||
|
||||
[time]
|
||||
markup=pango
|
||||
color=#b1e5c8
|
||||
background=#2E8B57
|
||||
command=echo " <b>$(date +'%A, %d %B %R %Z')</b> "
|
||||
interval=10
|
||||
|
||||
[wifi]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/wifi
|
||||
interval=20
|
||||
|
||||
[cputemp]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/cputemp
|
||||
interval=20
|
||||
|
||||
# CPU load
|
||||
[cpu]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/cpu
|
||||
interval=3
|
||||
|
||||
[mem]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/mem
|
||||
interval=30
|
||||
|
||||
[audio]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/audio
|
||||
interval=once
|
||||
signal=1
|
||||
|
||||
[mic_mute]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/mic_mute
|
||||
interval=once
|
||||
signal=2
|
||||
|
||||
# Indoor temperature and humidity
|
||||
[homeassistant-slow]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/homeassistant-slow
|
||||
interval=60
|
||||
|
||||
# Power draw
|
||||
[homeassistant-fast]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/homeassistant-fast
|
||||
interval=10
|
||||
|
||||
[archupdate]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/archupdates
|
||||
interval=28800 # 4h
|
||||
|
||||
[weather]
|
||||
markup=pango
|
||||
command=~/bin/i3blocks/weather
|
||||
interval=900
|
||||
Loading…
Add table
Add a link
Reference in a new issue