summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar
Commit message (Collapse)AuthorAgeFilesLines
...
* show red cross if wifi is disabled (#898)Future is FOSS2021-09-231-1/+2
| | | show a red cross mark if wifi is disabled/turned off.
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-08-251-1/+1
|\
| * Changed paru to yay due to new LARBS changes (#987)krisdoodle452021-08-241-1/+1
| |
* | close #971Luke Smith2021-08-251-3/+4
|/
* Change sb-price to allow custom currency (#963)cronidea2021-08-181-4/+7
| | | | | e.g: price <url> <Name of currency> <icon> <Price to show in> price btc Bitcoin "" gbp
* switch from yay to paruLuke Smith2021-06-261-1/+1
|
* Fix mail syncing on the status bar (#947)Gavin Thornhill2021-05-301-1/+1
|
* Suppress sb-music errors (#953)M. Yas. Davoodeh2021-05-271-1/+1
|
* doppler RADAR statusbar module for AmericansLuke Smith2021-04-161-0/+206
|
* Handle color control sequences (#911)Stephen Szwiec2021-03-101-1/+1
| | | | | | | | | | * Handle color control sequences Is: `less` outputs the raw ascii of the $chartfile, which includes escape characters to change output colors. This does not resemble a graph. Should be: Adding -n flag to have `less` create colored output properly. * typo changed to -Srf to reflect proposed change
* clean upLuke Smith2021-03-071-54/+0
|
* fixLuke Smith2021-03-071-1/+0
|
* fix sb-forecastnarukeh2021-03-051-1/+2
|
* multibattery functionality returned close #899Luke Smith2021-02-151-9/+6
|
* Prevent unnecessary caching of tsp output (#888)Tenyun2021-01-261-10/+5
| | | Co-authored-by: Tenyun <tenyun@disroot.org>
* adopting `sb-` (#875)Hekuran2020-12-262-2/+2
| | | | | | | * adopting `sb-` The 2619a88fcd94cbd4b2caa719ba926ae0013fb4ec update might have broken scripts, like this, that use a script from `~sc/statusbar/` * adopt `sb-`
* task-spooler statusbar moduleLuke Smith2020-12-251-0/+25
|
* statusbar scripts now with sb- to avoid conflictsLuke Smith2020-12-2523-0/+0
| | | | update dwmblocks build to avoid errors
* battery warning fix; zsh beam simplifiedLuke Smith2020-12-181-2/+2
|
* oopsLuke Smith2020-12-161-0/+1
|
* conform styleLuke Smith2020-12-151-27/+10
|
* No longer calls cat twiceKawaiiAmber2020-12-151-2/+2
|
* Case block and function is more effecient according to the old for x in seq ↵KawaiiAmber2020-12-141-11/+32
| | | | 10000 test
* Compatibility for FreeBSD's paste(1) (#853)anntnzrb2020-12-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -` * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -`
* read command fix (#848)anntnzrb2020-11-231-1/+1
| | | | since the variable is not being used again, "_" wil suffice, "line" as the name would also be valid.
* add vpn indicator to internet status modul (#796)Astronach2020-11-141-1/+3
| | | for me /sys/class/net/tun*/operstate show unknown in every state, but ./net/tun* only exists, if vpn is on
* weather -> forecastLuke Smith2020-10-111-0/+0
|
* cleanupLuke Smith2020-09-251-14/+8
|
* Fix typo (#817)Daniel Corrêa2020-09-181-1/+1
|
* Use mutt-wizard sync (#815)Patryk Niedźwiedziński2020-09-171-1/+1
|
* right clicking on nettraf now opens bmon (bandwidth monitor) (#681)LordRusk2020-08-271-0/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidrice into masterLuke Smith2020-08-041-3/+3
|\
| * Make kbselect independent from xkblayout-state (#775)M. Yas. Davoodeh2020-07-281-3/+3
| |
* | use default location for calcurse; close #787Luke Smith2020-08-041-1/+1
|/
* xbacklightLuke Smith2020-07-081-3/+4
|
* Merge branch 'patch-1' of https://github.com/Sadoon-AlBader/voidrice into ↵Luke Smith2020-07-081-0/+2
|\ | | | | | | Sadoon-AlBader-patch-1
| * Add backlight control as a scroll functionSadoon Al-Bader2020-06-291-0/+2
| | | | | | | | | | This adds backlight control of monitor through scrolling. Requires "light" pacakage and that the user can run "sudo light" without a password, easily done through sudoers edit. Enjoy less eye strain :)
* | fixLuke Smith2020-07-021-1/+1
| |
* | ping example.org instead of cloudflare's 1.1.1.1Luke Smith2020-07-021-1/+1
| |
* | posix fixesLuke Smith2020-07-021-16/+15
| |
* | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-07-021-0/+45
|\ \
| * | Add cpubars script for dwmblocks (#736)Ddone2020-07-021-0/+45
| | | | | | | | | This script shows CPU load
* | | price module update fixLuke Smith2020-07-021-3/+3
|/ /
* | improve speed format (#738)jamazi2020-07-021-2/+2
| | | | | | | | | | | | | | | | | | * improve speed format Convert network speed into human-readable format using numfmt, this will handle low and high values properly. * Update nettraf fix jitter
* | statusbar/clock: calcurse: use default folder (#734)Dennis Lee2020-06-291-1/+1
|/
* Prevent error when having no battery (#731)David Pedersen2020-06-281-1/+1
| | | | | * Prevent error when having no battery * Send error to /dev/null instead of separate check
* quicker, suppress outputLuke Smith2020-06-251-1/+1
|
* tweaksLuke Smith2020-06-231-3/+4
|
* add keyboard switch scripttomicp2020-06-231-0/+15
|
* Merge branch 'master' of gitlab.com:LukeSmithxyz/voidriceLuke Smith2020-06-181-1/+1
|\