config/i3/i3blocks (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
separator=true separator_block_width=15 [keyboard] command=$HOME/.script/kblayout label= interval=repeat [volume] command=$HOME/.script/volume interval=repeat label= signal=10 [weather] command=python $HOME/.config/polybar/scripts/weather.py interval=10 [wiki-signal] command=$HOME/.config/polybar/scripts/wifi-signal.sh label= interval=5 [updates-arch] command=$HOME/.config/polybar/scripts/updates-pacman-aur.sh interval=60 [time] command=date +%H:%M label= interval=60 |