| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ditch brightnessctl, more minimalistic | Alaa Eddine | 2024-05-05 | 1 | -8/+18 |
| | | |||||
| * | Create sb-bghitness, show brightness in the bar. | Alaa Eddine | 2024-05-03 | 1 | -0/+13 |
| | | | | script to add brightness to the dwmblocks. | ||||
| * | script fixes (#1386) | Jameson | 2023-12-30 | 21 | -22/+22 |
| | | | | | | | | | | | | * fix typo in lfub * use setsid when editing scripts * fix immediate exit on middle click --------- Co-authored-by: 2084x <2084x@noreply.codeberg.org> | ||||
| * | Update sb-music (#1367) | Joey-Pepperoni | 2023-10-29 | 1 | -1/+1 |
| | | | | The s/\\&/&/g operation only effect is to add "amp;" after any ampersand in the artist or song name. "&" displays just fine anyways, so there's no reason to include an operation to replace it. | ||||
| * | Update sb-mailbox in statusbar on closing neomutt (#1329) | appeasementPolitik | 2023-10-27 | 1 | -1/+1 |
| | | |||||
| * | Change remaining tremc entry in script to stig (#1364) | appeasementPolitik | 2023-10-04 | 1 | -2/+2 |
| | | |||||
| * | Timeout added to forecast module, ncmpcpp now tracks player state (#1359) | sban | 2023-09-05 | 1 | -1/+1 |
| | | | | | | | | * Added timeout to getforecast to prevent status bar breakage. A 2 second timeout is used in the case that wttr.in is inaccessible when dwm is started; as otherwise it tries to curl wttr.in indefinitely, not allowing other status bar modules to be loaded. * Update music status bar module on player state change | ||||
| * | Fix the extra space between sb-internet and the block on the right of ↵ | appeasementPolitik | 2023-08-25 | 1 | -2/+2 |
| | | | | | sb-internet (#1352) | ||||
| * | sb-internet: replace grep/sed commands for more efficiency (#1349) | appeasementPolitik | 2023-08-16 | 1 | -4/+11 |
| | | |||||
| * | Fixed formatting bug with notify-send (#1344) | Gunnar K. Halvorsen | 2023-07-23 | 1 | -1/+1 |
| | | | | | | | | * Fixed formatting bug with notify-send * Update sb-clock Fix suggested by 'mhdna' | ||||
| * | Make sure sb-volume module is updated when closed after opening (#1316) | appeasementPolitik | 2023-05-26 | 1 | -1/+1 |
| | | |||||
| * | Don't wrap horizontally on short terminal (#1325) | appeasementPolitik | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | sb-price improvements | Luke Smith | 2023-04-20 | 1 | -20/+23 |
| | | |||||
| * | use built-ins, close #1297 | Luke Smith | 2023-04-20 | 1 | -3/+8 |
| | | |||||
| * | efficiency and fail tweaks | Luke Smith | 2023-03-31 | 1 | -5/+9 |
| | | |||||
| * | customizable wttr/rate urls, sb-price improvements | Luke Smith | 2023-03-20 | 2 | -12/+12 |
| | | |||||
| * | fix #1275 | Luke Smith | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | read file only once | Luke Smith | 2023-02-12 | 1 | -15/+18 |
| | | |||||
| * | Switch to kebab-case for file name | HelionSmoker | 2023-02-12 | 1 | -1/+1 |
| | | |||||
| * | Rewrite sb-forecast | HelionSmoker | 2023-02-12 | 1 | -19/+33 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-02-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar (#1259) | PrivateLalle | 2023-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar * Update sb-doppler * Scandinavian countries listed --------- Co-authored-by: Victor Risgaard <victor@risgaard.xyz> | ||||
| * | | fix #1260, more principled volume format | Luke Smith | 2023-02-06 | 1 | -2/+3 |
| |/ | |||||
| * | check if kb_choice is empty in sb-kbselect (#1243) | Sergei Kozyrev | 2023-01-28 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-01-15 | 1 | -3/+3 |
| |\ | |||||
| | * | Use wpctl to change volume (#1248) | Jameson | 2023-01-15 | 1 | -3/+3 |
| | | | |||||
| * | | tweaks | Luke Smith | 2023-01-15 | 1 | -1/+1 |
| |/ | |||||
| * | url update, add cont-us, non-wide char for doppler | Luke Smith | 2022-10-21 | 1 | -3/+4 |
| | | |||||
| * | Fix Sioux Falls (#1213) | Nicholas Gorden | 2022-10-10 | 1 | -1/+1 |
| | | | | Sioux Falls is in South Dakota, not Iowa | ||||
| * | Fix forecast and moonphase (#1211) | appeasementPolitik | 2022-10-08 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-10-02 | 2 | -2/+2 |
| |\ | |||||
| | * | Make sb-forecast and sb-moonphase more robust (#1198) | appeasementPolitik | 2022-10-02 | 2 | -2/+2 |
| | | | | | | | | | | | * Make sb-forecast more robust * Make sb-moonphase more robust | ||||
| * | | volume bar more efficient | Luke Smith | 2022-10-02 | 1 | -11/+19 |
| |/ | |||||
| * | move weatherreport to $XDG_CACHE_HOME (#1140) | Rainer Wittmaack | 2022-07-07 | 1 | -1/+1 |
| | | |||||
| * | Little optimizations (#1138) | appeasementPolitik | 2022-07-06 | 1 | -7/+10 |
| | | |||||
| * | change if statement to case (#1137) | i-c-u-p | 2022-07-05 | 1 | -10/+7 |
| | | |||||
| * | fix | Luke Smith | 2022-07-01 | 1 | -41/+32 |
| | | |||||
| * | Regions for Germany | Secondarian | 2022-07-01 | 1 | -12/+40 |
| | | | | This lets you choose regions for Germany and get radar gifs from the national weather service instead of Sat24 which are way higher quality. | ||||
| * | use "|" as sed delimiter if pattern has "/" (#1118) | i-c-u-p | 2022-06-15 | 1 | -1/+1 |
| | | | | removes the need for "/" to be escaped with a backslash | ||||
| * | Use tmpfs for speed and I/O reduction (#1122) | David Delarosa | 2022-05-25 | 1 | -1/+1 |
| | | |||||
| * | convert both $rx and $tx in one call to numfmt (#1082) | Nacho-Dz | 2022-03-02 | 1 | -1/+1 |
| | | | | see numfmt(1) for details | ||||
| * | Make sb-doppler POSIX compliant | krisdoodle45 | 2022-02-17 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'LukeSmithxyz:master' into patch-4 | krisdoodle45 | 2022-02-17 | 1 | -2/+4 |
| |\ | |||||
| | * | 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 |
| | | | |||||
| * | | Cut isn't needed here | krisdoodle45 | 2021-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Make sb-doppler work for Europe and Africa | krisdoodle45 | 2021-10-04 | 1 | -180/+234 |
| |/ | |||||
| * | 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 |
| |/ | |||||
