| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | customizable wttr/rate urls, sb-price improvements | Luke Smith | 2023-03-20 | 2 | -12/+12 |
| | | |||||
| * | use stig over tremc by default | Luke Smith | 2023-03-01 | 1 | -2/+2 |
| | | |||||
| * | maimpick: hide cursor when selecting area (#1282) | appeasementPolitik | 2023-02-22 | 1 | -2/+2 |
| | | | | Normally when making a screenshot of an area there's still a bit of the cursor that can be seen, this hides it. | ||||
| * | use android name in fsname | Luke Smith | 2023-02-21 | 1 | -12/+23 |
| | | |||||
| * | Made mounter not show already mounted android devices in the mounting prompt | iStagnant | 2023-02-20 | 1 | -1/+4 |
| | | |||||
| * | update tutorialvids (#1276) | Jameson | 2023-02-20 | 1 | -8/+7 |
| | | | | remove duplicate status bar and align | ||||
| * | fix #1275 | Luke Smith | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-02-17 | 1 | -0/+1 |
| |\ | |||||
| | * | add dwmblock tutorial video to tutorialvids script (#1274) | sudo-Tiz | 2023-02-17 | 1 | -0/+1 |
| | | | |||||
| * | | mounter improvements, old scripts removed | Luke Smith | 2023-02-17 | 3 | -92/+11 |
| | | | | | | | | | now checks fstab for info, also one less android prompt | ||||
| * | | mount drives with user's ownership | Luke Smith | 2023-02-17 | 1 | -2/+2 |
| |/ | |||||
| * | Fixed android device not mounting to root owned directories (#1273) | Stagnant | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | fix #1268, use sudo -A, var rename | Luke Smith | 2023-02-13 | 1 | -6/+6 |
| | | |||||
| * | 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 |
| | | |||||
| * | use bash procsub | Luke Smith | 2023-02-09 | 2 | -6/+4 |
| | | |||||
| * | remove complexity | Luca Bilke | 2023-02-09 | 1 | -4/+3 |
| | | |||||
| * | fix broken trap | Luca Bilke | 2023-02-09 | 1 | -1/+1 |
| | | |||||
| * | Clean up remapd | snailed | 2023-02-09 | 1 | -4/+6 |
| | | | | I found a much better way of doing this, without a potentially too short sleep. This script waits for an input to be added, and then waits for a usb device to be bound. The remaps script can be run as soon as the USB device is bound. These changes should improve the reliability of the script and maybe even decrease latency. | ||||
| * | Shortcuts: show almost-all files (#1263) | HelionSmoker | 2023-02-08 | 1 | -2/+2 |
| | | |||||
| * | actually make the script a script | Luke Smith | 2023-02-08 | 1 | -0/+0 |
| | | |||||
| * | remaps run by remapd automatically on startup | Luke Smith | 2023-02-06 | 1 | -3/+2 |
| | | |||||
| * | add comment, remove remaps from displayselect | Luke Smith | 2023-02-06 | 2 | -1/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/ssnailed/voidrice into ↵ | Luke Smith | 2023-02-06 | 1 | -0/+6 |
| |\ | | | | | | | ssnailed-master | ||||
| | * | Create remapd | snailed | 2023-02-06 | 1 | -0/+6 |
| | | | | | | | This script will automatically run remaps when it detects a line in dmesg that contains "input:" | ||||
| * | | 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 |
| |/ / | |||||
| * | | silent if file absent | Luke Smith | 2023-02-02 | 1 | -1/+1 |
| | | | |||||
| * | | add arkenfox updater wrapper | Luke Smith | 2023-02-02 | 1 | -0/+20 |
| | | | |||||
| * | | reduce find depth for speed. shellcheck. | Luke Smith | 2023-01-28 | 1 | -3/+3 |
| | | | |||||
| * | | Don't stop mounter script on ls error (#1255) | appeasementPolitik | 2023-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Don't stop mounter script on ls error If no decrypted LUKS drives are found, the script errors with `ls: cannot access '/dev/disk/by-id/dm-uuid-CRYPT-LUKS2-*': No such file or directory` and stops, this makes sure the error doesn't stop the script. * True was on wrong line | ||||
| * | | check if kb_choice is empty in sb-kbselect (#1243) | Sergei Kozyrev | 2023-01-28 | 1 | -0/+1 |
| | | | |||||
| * | | usb/android/luks (un)mount scripts | Luke Smith | 2023-01-27 | 2 | -0/+121 |
| | | | | | | | | | to replace dmenumount and dmenuumount | ||||
| * | | Various bug fixes and improvements for sd script | Rokosun | 2023-01-20 | 1 | -3/+16 |
| | | | | | | | | | | | * Programs that show ~/ or / instead of the actual working directory are now ignored by the script (except for zsh & lf where its correct). This will fix bugs where sd opens your home folder instead of the current working directory. * This also removes the need for manually excluding all programs that don't show the correct cwd. * git (and its sub-processes) will show the root of a repository instead of the actual cwd, so they're ignored too. | ||||
| * | | record script changes | Luke Smith | 2023-01-15 | 1 | -12/+12 |
| | | | |||||
| * | | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-01-15 | 6 | -54/+29 |
| |\ \ | |||||
| | * | | Fix markdown compiling (#1247) | Jameson | 2023-01-15 | 1 | -3/+3 |
| | | | | |||||
| | * | | Use wpctl to change volume (#1248) | Jameson | 2023-01-15 | 1 | -3/+3 |
| | | | | |||||
| | * | | fix #1233 and improve and cleanup mount scripts | Luke Smith | 2022-11-16 | 2 | -41/+18 |
| | | | | |||||
| | * | | Improve sd script (#1235) | Rokosun | 2022-11-16 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | * Improve sd script Now sd will also work on apps like mpv and zathura * Fix sd script not working on firefox | ||||
| | * | | Add youtube shorts to linkhandler (#1226) | appeasementPolitik | 2022-11-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | tweaks | Luke Smith | 2023-01-15 | 1 | -1/+1 |
| |/ / | |||||
| * / | fix #1219 | Luke Smith | 2022-10-26 | 1 | -1/+1 |
| |/ | |||||
| * | url update, add cont-us, non-wide char for doppler | Luke Smith | 2022-10-21 | 1 | -3/+4 |
| | | |||||
| * | Make sd script work with lf file manager too (#1212) | Rokosun | 2022-10-15 | 1 | -0/+1 |
| | | | | Now sd script can open a terminal window in the same directory as the currently active lf file manager window | ||||
| * | 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 |
| | | |||||
| * | doi must terminate in alphanumeric char | Luke Smith | 2022-10-07 | 1 | -1/+1 |
| | | |||||
