aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* i3lock: cant work without pam https://github.com/i3/i3lock/issues/134HEADmasterJesús2022-06-271-34/+0
|
* i3blocks: script vpn updateJesús2022-04-131-1/+1
|
* vpn: change if to caseJesús2021-09-301-7/+5
|
* chang envJesús2021-09-301-1/+1
|
* fix SC2086Jesús2021-09-071-1/+1
| | | | https://github.com/koalaman/shellcheck/wiki/SC2086
* fix SC2086Jesús2021-09-071-1/+1
| | | | https://github.com/koalaman/shellcheck/wiki/SC2086
* Remove spotify supportJesús2021-09-071-2/+1
|
* Add mediaplayer without D-Bus supportJesús2021-09-071-0/+121
|
* Replace mediaplayer with cmusJesús2021-09-072-156/+38
|
* i3blocks: replace `route` command with `ip route`Jesús2021-09-051-1/+1
|
* i3blocks: add brightnessJesús2021-09-051-0/+65
|
* fix i3lock extension fileJesús2021-08-281-0/+0
|
* Add support VPN for OpenVPN and WireGuardJesús2021-03-251-0/+14
|
* iface: improve extract ipJesús2020-05-311-1/+1
|
* iface: not get ip routeJesús2020-05-281-1/+1
|
* Revert "Improve iface"Jesús2020-05-281-1/+1
| | | | This reverts commit ef24bb2504554bf1a906bfe8a5f5db3d052495ee.
* Improve ifaceJesús2020-05-271-1/+1
|
* always ipJesús2020-01-251-17/+7
|
* [iface] refactoringJesús2019-10-011-19/+28
|
* Detect IP VPN if is enabledJesús2019-10-011-2/+6
|
* Added logsJesús2019-09-271-5/+27
|
* ~ no is PATHJesús2019-07-301-1/+1
|
* fix issues shellcheck and support vpnJesús2019-07-141-26/+54
|
* improve and fix issues shellcheckJesús2019-07-141-17/+18
|
* Multiples fixes:Jesús2019-07-021-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 propertiesJesús2019-04-231-4/+7
|
* fix cpu_usage: cannot set to 0 decimal placesJesús2019-04-231-7/+14
|
* add i3blocks custom and fix mediaplayerJesús2019-04-2213-0/+964
|
* remove mediaplayer | bug restart sesionJesús2019-04-221-21/+0
|
* fix null null in mediaplayerJesús2019-04-211-0/+21
|
* improve display extendsJesús2019-04-171-12/+0
|
* first commitJesús2019-04-172-0/+24