summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * removed useless SEDLucas Budde Mior2020-06-191-1/+1
| |
* | Fixed Music Notification (#702)Luke Bubar2020-06-151-1/+1
|/ | | Music no longer italicizes. The notification has been changed to match.
* volume module only uses default. old alsa rm'dLuke Smith2020-06-141-14/+4
|
* middle click to update priceLuke Smith2020-06-061-7/+11
|
* nettrafLuke Smith2020-06-021-2/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidrice into chambln-refactorLuke Smith2020-06-014-8/+9
|\
| * cleaning (#677)Hekuran2020-06-011-5/+6
| | | | | | making it a variable since its used 5 times
| * Shellcheck (#676)JameyBear2020-06-013-3/+3
| | | | | | Co-authored-by: WhispersOfJ <kaotiks@gmail.com>
* | Merge branch 'refactor' of https://github.com/chambln/voidrice into ↵Luke Smith2020-06-011-9/+15
|\ \ | |/ |/| | | chambln-refactor
| * Fix arithmetic expansionsGregory Chamberlain2020-05-311-2/+2
| |
| * Refactor nettrafGregory Chamberlain2020-05-311-8/+14
| | | | | | | | No longer relies on paste(1p).
| * Remove unnecessary double quotesGregory Chamberlain2020-05-311-4/+4
| |
* | fixes issue #663 , i3block break (#675)Hekuran2020-05-311-1/+1
|/ | | i3block wont break with this
* still needed in some casesLuke Smith2020-05-301-0/+1
|
* Use %d for numbers instead of %s for string (#666)rickyjon2020-05-301-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-05-3010-12/+12
|\
| * make use of setsid(1)'s `-f` flag (#652)Kian Kasad2020-05-3010-12/+12
| | | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* | read in previous dataLuke Smith2020-05-301-4/+2
|/
* dumb fixLuke Smith2020-05-301-1/+1
|
* save the file check every timeLuke Smith2020-05-301-2/+1
|
* quotesHekuran2020-05-301-1/+1
|
* create netlog if emptyHekuran2020-05-301-0/+1
| | | it would not run without an existing nonempty log file
* paste directly on files, excluding loLuke Smith2020-05-301-2/+2
|