i3blocks-contrib
i3blocks-contrib copied to clipboard
Official repository for community contributed blocklets
The scripts rely on "ip route" output of the format default via IP dev INTERFACE ... However, when using VPNs the output may be default dev INTERFACE ... The additional...
Standard functionality is to increment one second for every scroll. Added a variable to change the increment amount to a user defined number. Default set to 1s to maintain original...
Sorry for not following the issue template, this is more for a discussion about a potential enhancement to a block rather than an issue. I would like to ask the...
**bash文件:** ```bash #!/bin/bash TYPE="${BLOCK_INSTANCE:-caps}" lockLine=$(xset -q | grep "Num Lock") capsLock=$(echo "${lockLine}" | awk -F ' ' '{print $4}') numLock=$(echo "${lockLine}" | awk -F ' ' '{print $8}') scrollLock=$(echo "${lockLine}"...
`strcmp` returns `0` when two strings are equal, which is what the `if` should be cheking. Instead, the fixed comparison was looking for strings which were different to the given...
gpu-info displays more detailed information on NVIDIA GPUs by querying `nvidia-smi`. It can also make used of FontAwesome icons. See the [README](https://github.com/vivien/i3blocks-contrib/blob/345acaefe9a07c9182c1020641cacd9033bb835a/gpu-info/README.md)
Using the playerctl status command to output unicode play or pause icons according to the current status, prepended to the current song information.
volume-pulseaudio was previously unable to process click inputs while being in persist mode, for valid reasons. With i3blocks now sending the key events to stdin while in this mode (i3blocks:...
Current value of recent_ip in the docker script doesn't work. Had to adjust according to https://docs.docker.com/engine/reference/commandline/inspect/ Tested and worked fine