summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/nettraf
Commit message (Collapse)AuthorAgeFilesLines
* statusbar scripts now with sb- to avoid conflictsLuke Smith2020-12-251-29/+0
| | | | update dwmblocks build to avoid errors
* right clicking on nettraf now opens bmon (bandwidth monitor) (#681)LordRusk2020-08-271-0/+1
|
* fixLuke Smith2020-07-021-1/+1
|
* 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
* nettrafLuke Smith2020-06-021-2/+2
|
* 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
|
* 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
|
* 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
|
* minimize file writes and use built-in arithmaticLuke Smith2020-05-291-9/+7
|
* Status bar fixes for nettraf and memory (#627)Vlad Doster2020-05-101-1/+1
| | | | | | | | * More precise RAM measurement and fix of memory type * Should be KiB kB refers to https://en.wikipedia.org/wiki/Kibibyte
* replace `tr '\n' 'CHAR'` with `paste -sd 'CHAR'` (#625)Kian Kasad2020-05-091-2/+2
|
* statusbar scripts now open when shift-clickedLuke Smith2020-05-071-0/+1
| | | | | weather module "fixed" other minor statusbar script tweaks
* optional network traffic moduleLuke Smith2020-05-011-0/+24