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