Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i3lock: cant work without pam https://github.com/i3/i3lock/issues/134HEADmaster | Jesús | 2022-06-27 | 1 | -34/+0 |
| | |||||
* | i3blocks: script vpn update | Jesús | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | vpn: change if to case | Jesús | 2021-09-30 | 1 | -7/+5 |
| | |||||
* | chang env | Jesús | 2021-09-30 | 1 | -1/+1 |
| | |||||
* | fix SC2086 | Jesús | 2021-09-07 | 1 | -1/+1 |
| | | | | https://github.com/koalaman/shellcheck/wiki/SC2086 | ||||
* | fix SC2086 | Jesús | 2021-09-07 | 1 | -1/+1 |
| | | | | https://github.com/koalaman/shellcheck/wiki/SC2086 | ||||
* | Remove spotify support | Jesús | 2021-09-07 | 1 | -2/+1 |
| | |||||
* | Add mediaplayer without D-Bus support | Jesús | 2021-09-07 | 1 | -0/+121 |
| | |||||
* | Replace mediaplayer with cmus | Jesús | 2021-09-07 | 2 | -156/+38 |
| | |||||
* | i3blocks: replace `route` command with `ip route` | Jesús | 2021-09-05 | 1 | -1/+1 |
| | |||||
* | i3blocks: add brightness | Jesús | 2021-09-05 | 1 | -0/+65 |
| | |||||
* | fix i3lock extension file | Jesús | 2021-08-28 | 1 | -0/+0 |
| | |||||
* | Add support VPN for OpenVPN and WireGuard | Jesús | 2021-03-25 | 1 | -0/+14 |
| | |||||
* | iface: improve extract ip | Jesús | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | iface: not get ip route | Jesús | 2020-05-28 | 1 | -1/+1 |
| | |||||
* | Revert "Improve iface" | Jesús | 2020-05-28 | 1 | -1/+1 |
| | | | | This reverts commit ef24bb2504554bf1a906bfe8a5f5db3d052495ee. | ||||
* | Improve iface | Jesús | 2020-05-27 | 1 | -1/+1 |
| | |||||
* | always ip | Jesús | 2020-01-25 | 1 | -17/+7 |
| | |||||
* | [iface] refactoring | Jesús | 2019-10-01 | 1 | -19/+28 |
| | |||||
* | Detect IP VPN if is enabled | Jesús | 2019-10-01 | 1 | -2/+6 |
| | |||||
* | Added logs | Jesús | 2019-09-27 | 1 | -5/+27 |
| | |||||
* | ~ no is PATH | Jesús | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | fix issues shellcheck and support vpn | Jesús | 2019-07-14 | 1 | -26/+54 |
| | |||||
* | improve and fix issues shellcheck | Jesús | 2019-07-14 | 1 | -17/+18 |
| | |||||
* | Multiples fixes: | Jesús | 2019-07-02 | 1 | -12/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [volume: Use '/usr/bin/env bash' as shebang](https://github.com/vivien/i3blocks-contrib/commit/cd182fd4f2e6d7e100e2aaae06c67d9905e46457#diff-210ab9e731c9c36c2c38db15c28a8d1c) On some systems (e.g. NixOS, openBSD) Bash isn't located or symlinked at `/bin/bash`. This change ensures that the correct path is used across different operating systems. * [volume: add LABEL support](https://github.com/vivien/i3blocks-contrib/commit/be3f4ae715f7a76cc54653543775a1aea6c65fff#diff-210ab9e731c9c36c2c38db15c28a8d1c) * [volume: use injected properties](https://github.com/vivien/i3blocks-contrib/commit/50b2b6ee539cc636a303a00450909733d13dca14#diff-210ab9e731c9c36c2c38db15c28a8d1c) See #132 * [volume: pulse-detection: explicitly try the "pulse" device](https://github.com/vivien/i3blocks-contrib/commit/777a056cce442dd4611cad9ff82ed3c21fa73ffd#diff-210ab9e731c9c36c2c38db15c28a8d1c) Because it's available on some systems (for which pulse is the right option), but not the default, so `amixer info` will not give the right result. When this command succeeds, there is no more need to check the output. Additionally removed a wrong test bracket (not neccessary and not working for all bash versions). * [volume: don't check for pulse via lsmod but command](https://github.com/vivien/i3blocks-contrib/commit/67dba4fca91b6dcdc3deb00c74ed4cab1da22598#diff-210ab9e731c9c36c2c38db15c28a8d1c) - check if command `pulseaudio` exists - check if pulse is running - in the case that pulse is detected, still check if the mixer name "pulse" exists - instruction for manual setting in README Fixes vivien/i3blocks#236 Fixes vivien/i3blocks#201 Fixes: vivien/i3blocks#281 * [volume: allow device names to include numbers](https://github.com/vivien/i3blocks-contrib/commit/1b3efc6e44ca2a01da2fb23ac60dbfc49bdec33c#diff-210ab9e731c9c36c2c38db15c28a8d1c): Fixes: vivien/i3blocks#281 | ||||
* | temperature: use injected properties | Jesús | 2019-04-23 | 1 | -4/+7 |
| | |||||
* | fix cpu_usage: cannot set to 0 decimal places | Jesús | 2019-04-23 | 1 | -7/+14 |
| | |||||
* | add i3blocks custom and fix mediaplayer | Jesús | 2019-04-22 | 13 | -0/+964 |
| | |||||
* | remove mediaplayer | bug restart sesion | Jesús | 2019-04-22 | 1 | -21/+0 |
| | |||||
* | fix null null in mediaplayer | Jesús | 2019-04-21 | 1 | -0/+21 |
| | |||||
* | improve display extends | Jesús | 2019-04-17 | 1 | -12/+0 |
| | |||||
* | first commit | Jesús | 2019-04-17 | 2 | -0/+24 |