| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | l | Luke Smith | 2021-10-18 | 1 | -1/+1 |
| | | |||||
| * | muting volume when 0%, space between icon and percentage | Colby Thomas | 2021-10-17 | 1 | -3/+5 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2021-10-02 | 1 | -4/+5 |
| |\ | |||||
| | * | fix sb-internet problems with multiple wifi cards (#1008) | Future is FOSS | 2021-09-27 | 1 | -4/+5 |
| | | | |||||
| * | | no ping and other tweaks | Luke Smith | 2021-09-24 | 1 | -6/+15 |
| |/ | |||||
| * | show red cross if wifi is disabled (#898) | Future is FOSS | 2021-09-23 | 1 | -1/+2 |
| | | | | show a red cross mark if wifi is disabled/turned off. | ||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2021-08-25 | 1 | -1/+1 |
| |\ | |||||
| | * | Changed paru to yay due to new LARBS changes (#987) | krisdoodle45 | 2021-08-24 | 1 | -1/+1 |
| | | | |||||
| * | | close #971 | Luke Smith | 2021-08-25 | 1 | -3/+4 |
| |/ | |||||
| * | Change sb-price to allow custom currency (#963) | cronidea | 2021-08-18 | 1 | -4/+7 |
| | | | | | | e.g: price <url> <Name of currency> <icon> <Price to show in> price btc Bitcoin "" gbp | ||||
| * | switch from yay to paru | Luke Smith | 2021-06-26 | 1 | -1/+1 |
| | | |||||
| * | Fix mail syncing on the status bar (#947) | Gavin Thornhill | 2021-05-30 | 1 | -1/+1 |
| | | |||||
| * | Suppress sb-music errors (#953) | M. Yas. Davoodeh | 2021-05-27 | 1 | -1/+1 |
| | | |||||
| * | doppler RADAR statusbar module for Americans | Luke Smith | 2021-04-16 | 1 | -0/+206 |
| | | |||||
| * | Handle color control sequences (#911) | Stephen Szwiec | 2021-03-10 | 1 | -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 up | Luke Smith | 2021-03-07 | 1 | -54/+0 |
| | | |||||
| * | fix | Luke Smith | 2021-03-07 | 1 | -1/+0 |
| | | |||||
| * | fix sb-forecast | narukeh | 2021-03-05 | 1 | -1/+2 |
| | | |||||
| * | multibattery functionality returned close #899 | Luke Smith | 2021-02-15 | 1 | -9/+6 |
| | | |||||
| * | Prevent unnecessary caching of tsp output (#888) | Tenyun | 2021-01-26 | 1 | -10/+5 |
| | | | | Co-authored-by: Tenyun <tenyun@disroot.org> | ||||
| * | adopting `sb-` (#875) | Hekuran | 2020-12-26 | 2 | -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 module | Luke Smith | 2020-12-25 | 1 | -0/+25 |
| | | |||||
| * | statusbar scripts now with sb- to avoid conflicts | Luke Smith | 2020-12-25 | 23 | -0/+0 |
| | | | | | update dwmblocks build to avoid errors | ||||
| * | battery warning fix; zsh beam simplified | Luke Smith | 2020-12-18 | 1 | -2/+2 |
| | | |||||
| * | oops | Luke Smith | 2020-12-16 | 1 | -0/+1 |
| | | |||||
| * | conform style | Luke Smith | 2020-12-15 | 1 | -27/+10 |
| | | |||||
| * | No longer calls cat twice | KawaiiAmber | 2020-12-15 | 1 | -2/+2 |
| | | |||||
| * | Case block and function is more effecient according to the old for x in seq ↵ | KawaiiAmber | 2020-12-14 | 1 | -11/+32 |
| | | | | | 10000 test | ||||
| * | Compatibility for FreeBSD's paste(1) (#853) | anntnzrb | 2020-12-01 | 2 | -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) | anntnzrb | 2020-11-23 | 1 | -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) | Astronach | 2020-11-14 | 1 | -1/+3 |
| | | | | for me /sys/class/net/tun*/operstate show unknown in every state, but ./net/tun* only exists, if vpn is on | ||||
| * | weather -> forecast | Luke Smith | 2020-10-11 | 1 | -0/+0 |
| | | |||||
| * | cleanup | Luke Smith | 2020-09-25 | 1 | -14/+8 |
| | | |||||
| * | Fix typo (#817) | Daniel Corrêa | 2020-09-18 | 1 | -1/+1 |
| | | |||||
| * | Use mutt-wizard sync (#815) | Patryk Niedźwiedziński | 2020-09-17 | 1 | -1/+1 |
| | | |||||
| * | right clicking on nettraf now opens bmon (bandwidth monitor) (#681) | LordRusk | 2020-08-27 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice into master | Luke Smith | 2020-08-04 | 1 | -3/+3 |
| |\ | |||||
| | * | Make kbselect independent from xkblayout-state (#775) | M. Yas. Davoodeh | 2020-07-28 | 1 | -3/+3 |
| | | | |||||
| * | | use default location for calcurse; close #787 | Luke Smith | 2020-08-04 | 1 | -1/+1 |
| |/ | |||||
| * | xbacklight | Luke Smith | 2020-07-08 | 1 | -3/+4 |
| | | |||||
| * | Merge branch 'patch-1' of https://github.com/Sadoon-AlBader/voidrice into ↵ | Luke Smith | 2020-07-08 | 1 | -0/+2 |
| |\ | | | | | | | Sadoon-AlBader-patch-1 | ||||
| | * | Add backlight control as a scroll function | Sadoon Al-Bader | 2020-06-29 | 1 | -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 :) | ||||
| * | | fix | Luke Smith | 2020-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | ping example.org instead of cloudflare's 1.1.1.1 | Luke Smith | 2020-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | posix fixes | Luke Smith | 2020-07-02 | 1 | -16/+15 |
| | | | |||||
| * | | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-07-02 | 1 | -0/+45 |
| |\ \ | |||||
| | * | | Add cpubars script for dwmblocks (#736) | Ddone | 2020-07-02 | 1 | -0/+45 |
| | | | | | | | | | | This script shows CPU load | ||||
| * | | | price module update fix | Luke Smith | 2020-07-02 | 1 | -3/+3 |
| |/ / | |||||
| * | | improve speed format (#738) | jamazi | 2020-07-02 | 1 | -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 Lee | 2020-06-29 | 1 | -1/+1 |
| |/ | |||||
