summaryrefslogtreecommitdiffstats
path: root/.local
Commit message (Collapse)AuthorAgeFilesLines
...
* Shortcuts: show almost-all files (#1263)HelionSmoker2023-02-081-2/+2
|
* actually make the script a scriptLuke Smith2023-02-081-0/+0
|
* remaps run by remapd automatically on startupLuke Smith2023-02-061-3/+2
|
* add comment, remove remaps from displayselectLuke Smith2023-02-062-1/+4
|
* Merge branch 'master' of https://github.com/ssnailed/voidrice into ↵Luke Smith2023-02-061-0/+6
|\ | | | | | | ssnailed-master
| * Create remapdsnailed2023-02-061-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/voidriceLuke Smith2023-02-061-1/+1
|\ \
| * | Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar (#1259)PrivateLalle2023-02-061-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 formatLuke Smith2023-02-061-2/+3
|/ /
* | silent if file absentLuke Smith2023-02-021-1/+1
| |
* | add arkenfox updater wrapperLuke Smith2023-02-021-0/+20
| |
* | reduce find depth for speed. shellcheck.Luke Smith2023-01-281-3/+3
| |
* | Don't stop mounter script on ls error (#1255)appeasementPolitik2023-01-281-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 Kozyrev2023-01-281-0/+1
| |
* | usb/android/luks (un)mount scriptsLuke Smith2023-01-272-0/+121
| | | | | | | | to replace dmenumount and dmenuumount
* | Various bug fixes and improvements for sd scriptRokosun2023-01-201-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 changesLuke Smith2023-01-151-12/+12
| |
* | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-01-156-54/+29
|\ \
| * | Fix markdown compiling (#1247)Jameson2023-01-151-3/+3
| | |
| * | Use wpctl to change volume (#1248)Jameson2023-01-151-3/+3
| | |
| * | fix #1233 and improve and cleanup mount scriptsLuke Smith2022-11-162-41/+18
| | |
| * | Improve sd script (#1235)Rokosun2022-11-161-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)appeasementPolitik2022-11-061-1/+1
| | |
* | | tweaksLuke Smith2023-01-151-1/+1
|/ /
* / fix #1219Luke Smith2022-10-261-1/+1
|/
* url update, add cont-us, non-wide char for dopplerLuke Smith2022-10-211-3/+4
|
* Make sd script work with lf file manager too (#1212)Rokosun2022-10-151-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 Gorden2022-10-101-1/+1
| | | Sioux Falls is in South Dakota, not Iowa
* Fix forecast and moonphase (#1211)appeasementPolitik2022-10-082-2/+2
|
* doi must terminate in alphanumeric charLuke Smith2022-10-071-1/+1
|
* close #1207Luke Smith2022-10-071-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-10-024-11/+3
|\
| * Make sb-forecast and sb-moonphase more robust (#1198)appeasementPolitik2022-10-022-2/+2
| | | | | | | | | | * Make sb-forecast more robust * Make sb-moonphase more robust
| * Delete prompt (#1200)appeasementPolitik2022-10-021-8/+0
| |
| * Add `s` to OPTARGS (#1174)M.Zeinali2022-09-301-1/+1
| |
* | volume bar more efficientLuke Smith2022-10-021-11/+19
|/
* fix #1196Luke Smith2022-09-291-4/+3
|
* Use ffmpeg for tag script (#1193)appeasementPolitik2022-09-231-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)appeasementPolitik2022-09-221-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)appeasementPolitik2022-09-221-1/+1
|
* Make otp script more secure + other improvements (#1190)appeasementPolitik2022-09-201-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-dev2022-09-191-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 Long2022-08-251-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-192-2/+2
|\
| * Texclear fix for directories with spaces (#1169)snailed2022-08-161-1/+1
| | | | | | Add double quotes to prevent splitting directory names with spaces
| * ~/.consaved becomes ~/.config/cronsaved (#1167)appeasementPolitik2022-08-151-1/+1
| |
* | separate script for use in opout, use just % root=Luke Smith2022-08-193-9/+21
| |
* | Parse tex root for more complex latex filessnailed2022-08-101-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 #1150Luke Smith2022-07-211-1/+1
|
* samedir now sd, libxft-bgra message removedLuke Smith2022-07-191-0/+0
|