| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | close #1207 | Luke Smith | 2022-10-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-10-02 | 4 | -11/+3 |
| |\ | |||||
| | * | 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 | ||||
| | * | Delete prompt (#1200) | appeasementPolitik | 2022-10-02 | 1 | -8/+0 |
| | | | |||||
| | * | Add `s` to OPTARGS (#1174) | M.Zeinali | 2022-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | volume bar more efficient | Luke Smith | 2022-10-02 | 1 | -11/+19 |
| |/ | |||||
| * | fix #1196 | Luke Smith | 2022-09-29 | 1 | -4/+3 |
| | | |||||
| * | Use ffmpeg for tag script (#1193) | appeasementPolitik | 2022-09-23 | 1 | -39/+17 |
| | | | | eyeD3 got orphaned in the AUR, so I looked for an alternative. Apparently ffmpeg also supports the ability to tag audio files, so this pull request replaces all the helper applications with ffmpeg | ||||
| * | Fix tag script mp3 issue (#1182) | appeasementPolitik | 2022-09-22 | 1 | -1/+5 |
| | | | | | | | | | | * Fix tag script mp3 issue When you don't manually specify $total and $date with an mp3 file the eyeD3 command tries tagging with an empty variable, which causes it to error. This fixes it by only passing the parameter to the command if the variable is set. This pull request also adds support for the $genre and $comment variable. * Remove double backslash | ||||
| * | otp: exit if pass or pass-otp are not installed (#1191) | appeasementPolitik | 2022-09-22 | 1 | -1/+1 |
| | | |||||
| * | Make otp script more secure + other improvements (#1190) | appeasementPolitik | 2022-09-20 | 1 | -8/+5 |
| | | | | | | | | | | | | Make a temporary directory in $XDG_RUNTIME_DIR instead of $PASSWORD_STORE_DIR. $XDG_RUNTIME_DIR defaults to /run/user/$uid/. This directory has the security advantage of only being readable and writable by the current user and being mounted in RAM, causing the screenshot to be fully wiped on shutdown and not needing shred, which doesn't work reliably on SSD's. Also quoted $dir, for the off chance someone has spaces in their $PASSWORD_STORE_DIR. Removed the check for xclip and the $issuer and $name variables, as they are unused. If you're wondering why echo is piped into dmenu, on my system dmenu hung when called without the pipe, causing the whole script to freeze. | ||||
| * | underscore vs spaces, and naming convention (#1189) | ryan-c-dev | 2022-09-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | the title then extension format with the --restrict-filenames again for underscores instead of spaces. Works typically well as music will have Artist name first usually followed by song title so no need to format. haven't looked into the --embed-metadata parameter, only imagine it could be useful if it saves the url suffix for youtube link (which you don't want in your filename hopefully) for my video downloads, i just use this. alias ydl='yt-dlp -o '%(title)s.%(ext)s' -f bv+ba/b --restrict-filenames' alias mp3='yt-dlp -o '%(title)s.%(ext)s' -f bestaudio -x --audio-format mp3 --embed-thumbnail --restrict-filenames' Probably bad practice to have single quotes within more single quotes but ran into issues with yt-dlp over using double quotes. -Ryan | ||||
| * | add support for SILE (#1175) | Tan Long | 2022-08-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-08-19 | 2 | -2/+2 |
| |\ | |||||
| | * | Texclear fix for directories with spaces (#1169) | snailed | 2022-08-16 | 1 | -1/+1 |
| | | | | | | | Add double quotes to prevent splitting directory names with spaces | ||||
| | * | ~/.consaved becomes ~/.config/cronsaved (#1167) | appeasementPolitik | 2022-08-15 | 1 | -1/+1 |
| | | | |||||
| * | | separate script for use in opout, use just % root= | Luke Smith | 2022-08-19 | 3 | -9/+21 |
| | | | |||||
| * | | Parse tex root for more complex latex files | snailed | 2022-08-10 | 1 | -0/+2 |
| |/ | | | | Allows parsing texroot comments so that you can compile a LaTeX document from outside of the document root, as long as it contains the usual magic comment format: % !TEX root = doc.tex | ||||
| * | fix #1150 | Luke Smith | 2022-07-21 | 1 | -1/+1 |
| | | |||||
| * | samedir now sd, libxft-bgra message removed | Luke Smith | 2022-07-19 | 1 | -0/+0 |
| | | |||||
| * | killall needs full process name to work (#1141) | Arjun Karangiya | 2022-07-12 | 1 | -1/+1 |
| | | |||||
| * | setbg updates dwm colorscheme | Luke Smith | 2022-07-08 | 1 | -3/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-07-08 | 1 | -1/+1 |
| |\ | |||||
| | * | move weatherreport to $XDG_CACHE_HOME (#1140) | Rainer Wittmaack | 2022-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | add font-awesome material if available | Luke Smith | 2022-07-08 | 3 | -1/+3087 |
| |/ | |||||
| * | 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. | ||||
| * | Merge branch 'dmenumount-filter-parents' of ↵ | Luke Smith | 2022-06-27 | 1 | -1/+1 |
| |\ | | | | | | | https://github.com/Prof-Bloodstone/voidrice into Prof-Bloodstone-dmenumount-filter-parents | ||||
| | * | dmenumount: Don't show partitions with children | Prof-Bloodstone | 2021-05-08 | 1 | -1/+5 |
| | | | | | | | | | | | This PR makes `dmenumount` script filter out all devices, which have childs. This way it won't suggest to mount your partitions which have LUKS or lvm setup on it. If someone knows of a better way to do something, that'd be appreciated :) | ||||
| * | | Merge branch 'patch-1' of https://github.com/rsHalford/voidrice into ↵ | Luke Smith | 2022-06-27 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | rsHalford-patch-1 | ||||
| | * | | Add partition labelling to dmenumount | Richard Halford | 2021-09-03 | 1 | -1/+1 |
| | | | | | | | | | | If a partition doesn't have a label, it results in a double space that awk ignores. Which is why the changes include a pipe into sed. | ||||
| * | | | if no arg, assume xclip contents, no -c | Luke Smith | 2022-06-27 | 1 | -13/+11 |
| | | | | |||||
| * | | | Merge branch 'patch-4' of https://github.com/windeb204/voidrice into ↵ | Luke Smith | 2022-06-27 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | | | | | windeb204-patch-4 | ||||
| | * | | | Give linkhandler option to read from clipboard | krisdoodle45 | 2022-06-06 | 1 | -0/+5 |
| | | | | | |||||
