summaryrefslogtreecommitdiffstats
path: root/.local
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* killall needs full process name to work (#1141)Arjun Karangiya2022-07-121-1/+1
|
* setbg updates dwm colorschemeLuke Smith2022-07-081-3/+4
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-07-081-1/+1
|\
| * move weatherreport to $XDG_CACHE_HOME (#1140)Rainer Wittmaack2022-07-071-1/+1
| |
* | add font-awesome material if availableLuke Smith2022-07-083-1/+3087
|/
* Little optimizations (#1138)appeasementPolitik2022-07-061-7/+10
|
* change if statement to case (#1137)i-c-u-p2022-07-051-10/+7
|
* fixLuke Smith2022-07-011-41/+32
|
* Regions for GermanySecondarian2022-07-011-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 Smith2022-06-271-1/+1
|\ | | | | | | https://github.com/Prof-Bloodstone/voidrice into Prof-Bloodstone-dmenumount-filter-parents
| * dmenumount: Don't show partitions with childrenProf-Bloodstone2021-05-081-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 Smith2022-06-271-1/+1
|\ \ | | | | | | | | | rsHalford-patch-1
| * | Add partition labelling to dmenumountRichard Halford2021-09-031-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 -cLuke Smith2022-06-271-13/+11
| | |
* | | Merge branch 'patch-4' of https://github.com/windeb204/voidrice into ↵Luke Smith2022-06-271-0/+5
|\ \ \ | | | | | | | | | | | | windeb204-patch-4
| * | | Give linkhandler option to read from clipboardkrisdoodle452022-06-061-0/+5
| | | |
* | | | fix bug in samedir script (#1127)Rokosun2022-06-241-2/+2
| | | | | | | | | | | | samedir didn't work properly when the shell was opened inside lf using the w keybinding, now its fixed.
* | | | Screenshot utility improvements (maimpick) (#1114)anntnzrb2022-06-151-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maimpick delay for proper screenshots An extra delay is needed for {window, full}-screenshots to prevent the dmenu prompt from showing; example attached. As of this writing I'm thinking the delay may vary depending on several factors, to name a few... dmenu patches, compositor animations, etc. * refactor to extract commonly used commands
* | | | use "|" as sed delimiter if pattern has "/" (#1118)i-c-u-p2022-06-153-6/+6
|/ / / | | | | | | removes the need for "/" to be escaped with a backslash
* | | Use tmpfs for speed and I/O reduction (#1122)David Delarosa2022-05-251-1/+1
| | |
* | | force suspend and hibernateLuke Smith2022-05-211-2/+2
| | |
* | | booksplit faster, fix #919, fix #943, fix #954Luke Smith2022-04-301-24/+21
| | |
* | | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-04-282-9/+9
|\ \ \
| * | | Fixed peertubetorrent (#1030)krisdoodle452022-04-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed peertubetorrent Because of https://github.com/Chocobozzz/PeerTube/pull/3746, the torrent URL is now different from the normal video url. This means the peertube API is needed to get the new torrent link. * No more soyregex (and use built-in curl silent option) * Add 360p quality in the description * Simpler regex * Parenthesize variables
| * | | remove xmodmap from remaps script (#1109)i-c-u-p2022-04-271-7/+5
| | | | | | | | | | | | Uses the "altwin:menu" option from setxkbmap to map the menu key to right super instead of xmodmap, which is deprecated. setxkbmap's options can be viewed with "man xkeyboard-config". Also tried to make the comment for the xset rate change more helpful.
* | | | sysact works with multiple wm instancesLuke Smith2022-04-281-3/+11
|/ / /
* | | fix "extention" typo (#1103)i-c-u-p2022-04-102-2/+2
| | | | | | | | | replaces all appearances of "extention" with "extension"
* | | file.desktop: use `lfub` instead of plain `lf` (#1099)mamizaxyz2022-04-021-1/+1
| | |
* | | close #1097Luke Smith2022-03-311-35/+0
| | |
* | | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-03-284-8/+11
|\ \ \
| * | | Replace youtube-dl with yt-dlp system-wide (#1019)krisdoodle452022-03-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace youtube-dl with yt-dlp in qndl * Replace youtube-dl with yt-dlp in dmenuhandler * Replace youtube-dl with yt-dlp in newsboat config * Replace youtube-dl with yt-dlp in aliasrc Co-authored-by: Luke Smith <luke@lukesmith.xyz>
| * | | Shortcuts in vim command line from bm-dirs/files (#1073)Arjun Karangiya2022-03-291-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow using the mappings in the vim command line. Here the leader is ";" So here `:e ;cfz` typed fast will expand into `:e /home/user/.config/zsh/.zshrc`. This is more helpful with :sp, :vs, :cd or anywhere where a file or a directory is expected in the vim command line.
| * | | remove typo in bgloc (#1096)h3xo2022-03-291-1/+1
| | | | | | | | | | | | path should be "$HOME/.local/share" (there's an extra slash)