| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | still needed in some cases | Luke Smith | 2020-05-30 | 1 | -0/+1 |
| | | |||||
| * | Use %d for numbers instead of %s for string (#666) | rickyjon | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-05-30 | 10 | -12/+12 |
| |\ | |||||
| | * | make use of setsid(1)'s `-f` flag (#652) | Kian Kasad | 2020-05-30 | 10 | -12/+12 |
| | | | | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz> | ||||
| * | | read in previous data | Luke Smith | 2020-05-30 | 1 | -4/+2 |
| |/ | |||||
| * | dumb fix | Luke Smith | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | save the file check every time | Luke Smith | 2020-05-30 | 1 | -2/+1 |
| | | |||||
| * | quotes | Hekuran | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | create netlog if empty | Hekuran | 2020-05-30 | 1 | -0/+1 |
| | | | | it would not run without an existing nonempty log file | ||||
| * | paste directly on files, excluding lo | Luke Smith | 2020-05-30 | 1 | -2/+2 |
| | | |||||
| * | Fix sed to hide news when zero (#661) | Alexei Syssoyev | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | minimize file writes and use built-in arithmatic | Luke Smith | 2020-05-29 | 1 | -9/+7 |
| | | |||||
| * | mpd-module-update now mpdup | Luke Smith | 2020-05-26 | 2 | -0/+10 |
| | | | | | it is autostarted by the music module if not already running | ||||
| * | little fixes | Luke Smith | 2020-05-25 | 1 | -2/+2 |
| | | |||||
| * | use pidof to check for syncs | Luke Smith | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | autocreate dir and show price before getting chart | Luke Smith | 2020-05-25 | 1 | -4/+4 |
| | | |||||
| * | new crypto statusbar script for individual | Luke Smith | 2020-05-25 | 1 | -0/+34 |
| | | | | | ammounts and historical chart | ||||
| * | no spaces between icons and content | Luke Smith | 2020-05-25 | 10 | -15/+12 |
| | | |||||
| * | Revert "Now moonphase is correct and even more precise (#637)" | Luke Smith | 2020-05-16 | 1 | -15/+23 |
| | | | | | This reverts commit 4dbff2873df8e2b13ecff74beb17c32ef3c3267a. | ||||
| * | Now moonphase is correct and even more precise (#637) | Hekuran | 2020-05-16 | 1 | -23/+15 |
| | | | | | As described in issue #636 using wttr.in was incorerct by 16% Now the `~/.local/share/moonphase` looks ugly, so dont look at it. | ||||
| * | Status bar fixes for nettraf and memory (#627) | Vlad Doster | 2020-05-10 | 2 | -2/+2 |
| | | | | | | | | | * 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 Kasad | 2020-05-09 | 3 | -4/+4 |
| | | |||||
| * | new line needed to work on i3 (#621) | Bryan Jenks | 2020-05-09 | 1 | -1/+1 |
| | | | | i was fiddling with the block settings and couldnt get it to display on i3 until i just added the new line. also tested on the dwm build, module acts as it should on dem with this change | ||||
| * | moonphase now has no deps | Luke Smith | 2020-05-09 | 2 | -49/+29 |
| | | | | | statusbarinfo obsolete and deleted | ||||
| * | statusbar scripts now open when shift-clicked | Luke Smith | 2020-05-07 | 17 | -24/+45 |
| | | | | | | weather module "fixed" other minor statusbar script tweaks | ||||
| * | inbox search case insensitive | Luke Smith | 2020-05-07 | 1 | -5/+4 |
| | | |||||
| * | fix for no wifi, use case statement | Luke Smith | 2020-05-06 | 1 | -3/+5 |
| | | |||||
| * | wrap less, ping is unnecessary | Luke Smith | 2020-05-04 | 1 | -3/+2 |
| | | |||||
| * | music filter uses ⏸ | Luke Smith | 2020-05-04 | 1 | -5/+2 |
| | | |||||
| * | some systems use only lowercase? acpi option added | Luke Smith | 2020-05-04 | 1 | -1/+4 |
| | | |||||
| * | moonphase won't run if pom-perl not installed | Luke Smith | 2020-05-04 | 1 | -4/+3 |
| | | |||||
| * | optional network traffic module | Luke Smith | 2020-05-01 | 1 | -0/+24 |
| | | |||||
| * | liberal snowflake doesn't render well in dwm/st | Luke Smith | 2020-04-30 | 1 | -3/+3 |
| | | |||||
| * | ugly minor intro bugfixes | Luke Smith | 2020-04-30 | 1 | -3/+2 |
| | | |||||
| * | optional cryptocurrencies module | Luke Smith | 2020-04-30 | 1 | -0/+54 |
| | | |||||
| * | statusbar fixes | Luke Smith | 2020-04-25 | 2 | -3/+2 |
| | | |||||
| * | Clock with auto change emoji (#589) | Hekuran | 2020-04-25 | 1 | -1/+23 |
| | | | | | | | | | * Clock with auto change emoji i made it so it will give you an emoji for the main 12 hours. there are also halfs (one-thirty 🕜,six thirty 🕡...) though ill let someone who knows how to do it in an efficient way, since i dont. also added an option for europeans, and made it cleaner. * use printf instead of echo | ||||
| * | Fix minor statusbar issues (#597) | mokulus | 2020-04-24 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | | | * Fix: Remove trailing space from battery * Unify spacing in disk * Fix news Don't display news module when there are no news. * Use grep -F in pacpackages * Fix torrent Remove trailing whitespace *after* replacing newlines. * Quote sed command | ||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-04-23 | 1 | -1/+2 |
| |\ | |||||
| | * | Replaced pgrep with pidof (#592) | Charlie39 | 2020-04-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | * dwm compliant revised PR * replaced pgrep with pidof because it is faster! * Update music | ||||
| * | | torrent statusbar opens tremc | Luke Smith | 2020-04-23 | 1 | -1/+1 |
| |/ | |||||
| * | ifinstalled now checks for packages, iplocate fix, | Luke Smith | 2020-04-18 | 1 | -2/+2 |
| | | | | | sleep removed from torwrap | ||||
| * | help renamed to avoid conflicts | Luke Smith | 2020-04-15 | 1 | -0/+0 |
| | | |||||
| * | language-independent volume script | Luke Smith | 2020-04-14 | 1 | -1/+1 |
| | | |||||
| * | use pamixer, which is much faster | Luke Smith | 2020-04-14 | 1 | -3/+3 |
| | | |||||
| * | internet script fix | Luke Smith | 2020-04-14 | 1 | -2/+2 |
| | | |||||
| * | statusbar tweaks/updates for dwmblocks | Luke Smith | 2020-04-13 | 5 | -11/+22 |
| | | |||||
| * | bat script changes for better statusbar | Luke Smith | 2020-04-12 | 1 | -2/+2 |
| | | |||||
| * | STATUSBAR uncommented only for i3, cleanup, probably broke everything LOL | Luke Smith | 2020-04-10 | 1 | -1/+1 |
| | | |||||
| * | volume script uses pulse by default | Luke Smith | 2020-04-09 | 1 | -7/+17 |
| | | |||||
