summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/nettraf
Commit message (Collapse)AuthorAgeFilesLines
* 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