Commit graph

1695 commits

Author SHA1 Message Date
Luke Smith
9c74ccb955 reduce find depth for speed. shellcheck. 2023-01-28 12:03:25 -05:00
appeasementPolitik
96f65d12de
Don't stop mounter script on ls error (#1255)
* 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
2023-01-28 15:25:47 +00:00
Luke Smith
bc846c9ae9 Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2023-01-27 19:16:36 -05:00
Luke Smith
f30078225e resolve #1249 2023-01-27 19:16:27 -05:00
Sergei Kozyrev
f5ac77e719
check if kb_choice is empty in sb-kbselect (#1243) 2023-01-28 00:06:49 +00:00
Luke Smith
6d0c92ced0 Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2023-01-27 17:34:56 -05:00
Luke Smith
2ca01a2886 usb/android/luks (un)mount scripts
to replace dmenumount and dmenuumount
2023-01-27 17:32:33 -05:00
Axel
9e433aa753
Update README.md (#1254)
Update link to dependency csv
2023-01-23 00:18:01 +00:00
Amy
6e75e3a3bf
add TERMINAL_PROG variable (#1237)
used in programs like `xtrace` (line 172 `/usr/bin/xtrace`)
2023-01-20 21:10:47 +00:00
Luke Smith
a7dc0d288d Merge branch 'futureisfoss-patch-1' 2023-01-20 16:08:49 -05:00
Rokosun
1ccf88c099
Various bug fixes and improvements for sd script
* 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.
2023-01-20 19:44:36 +00:00
Luke Smith
ab8f99cb71 lax for logins 2023-01-19 12:50:17 -05:00
Luke Smith
a247e3e851 enable custom userChrome.js 2023-01-19 09:11:18 -05:00
Luke Smith
56b61ca1d5 add larbs user.js additions 2023-01-17 16:20:27 -05:00
Luke Smith
c8aa0495eb record script changes 2023-01-15 08:30:21 -05:00
Luke Smith
9385a569fe Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2023-01-15 08:23:54 -05:00
Luke Smith
5c52bd6339 tweaks 2023-01-15 08:23:06 -05:00
Jameson
5c262da7c3
Fix markdown compiling (#1247) 2023-01-15 05:27:46 +00:00
Jameson
9068ccd66c
Use g instead of gg in zathura (#1246) 2023-01-15 05:27:25 +00:00
Jameson
588aeb9a1e
Use wpctl to change volume (#1248) 2023-01-15 05:26:57 +00:00
Adrian Wijaya
450745a467
fix epub preview not working (#1238) 2022-11-19 21:46:38 +00:00
Luke Smith
fa600f8ca7 fix #1233 and improve and cleanup mount scripts 2022-11-16 11:56:11 -05:00
Luke Smith
cffb196a45 Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-11-16 11:24:35 -05:00
Luke Smith
d266ca3517 fix #1236 2022-11-16 11:23:03 -05:00
Gioele De Vitti
2361187598
Avoid expansion of file path containing spaces (#1230) 2022-11-16 16:15:57 +00:00
Luke Smith
ffb557119a close #1234 2022-11-16 11:07:53 -05:00
Rokosun
0efa08107c
Improve sd script (#1235)
* Improve sd script

Now sd will also work on apps like mpv and zathura

* Fix sd script not working on firefox
2022-11-16 16:04:26 +00:00
Gioele De Vitti
d6616cf08b
Stop trapping SIGINT to allow further use of Ctrl+C once lfcd is closed (#1231)
* Avoid expansion of file path containing spaces

* Do not trap INT signal on lfcd

* Untrap to stop trapping once lfcd quit

* Revert "Avoid expansion of file path containing spaces"

This reverts commit edcccf8f1bb0eb283aa332dc3a2d2b431eb6d189.

* Trap SIGINT again
2022-11-11 17:38:57 +00:00
appeasementPolitik
75bc064a2f
Add youtube shorts to linkhandler (#1226) 2022-11-06 19:29:06 +00:00
i13e
4eeba15c0b
.profile cleanup: remove redundant variables and programs (#1221)
* Delete redundant text

XDG directories are already configured within this file, so having a fallback is unnecessary

* `Less` now supports XDG Base Directory spec (v590)

https://www.greenwoodsoftware.com/less/news.590.html

* `weechat` now supports XDG Base Directory spec 

70cdf21681

* Formatting

* ALSA supports XDG Base Directory

https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.3

* Fix spacing
2022-10-31 16:11:57 +00:00
Luke Smith
eaf4c12ee2 fix #1219 2022-10-26 16:28:38 -04:00
Luke Smith
130e200da1 url update, add cont-us, non-wide char for doppler 2022-10-21 07:49:40 -04:00
Luke Smith
b95276922e Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-10-17 09:10:13 -04:00
Luke Smith
d8b5f16c20 lf previews with gnome-epub-thumbnailer 2022-10-17 09:09:59 -04:00
Rokosun
cc7ac4619a
Make sd script work with lf file manager too (#1212)
Now sd script can open a terminal window in the same directory as the currently active lf file manager window
2022-10-15 01:25:19 +00:00
Nicholas Gorden
44d740bd44
Fix Sioux Falls (#1213)
Sioux Falls is in South Dakota, not Iowa
2022-10-10 14:27:40 +00:00
appeasementPolitik
b1377913e6
Fix forecast and moonphase (#1211) 2022-10-08 11:18:04 +00:00
Luke Smith
228cc6cfdb doi must terminate in alphanumeric char 2022-10-07 16:38:19 -04:00
Luke Smith
b8234faadb close #1207 2022-10-07 11:57:01 -04:00
Luke Smith
87ab89cf18 Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-10-02 15:25:53 -04:00
Luke Smith
28a57eb59e volume bar more efficient 2022-10-02 15:25:29 -04:00
appeasementPolitik
7d7872b602
Make sb-forecast and sb-moonphase more robust (#1198)
* Make sb-forecast more robust

* Make sb-moonphase more robust
2022-10-02 19:22:00 +00:00
appeasementPolitik
92de5e82b3
weatherreport is stored in cache (#1201) 2022-10-02 19:11:17 +00:00
appeasementPolitik
1804d4c7f0
Delete prompt (#1200) 2022-10-02 19:11:00 +00:00
M.Zeinali
be7ed1516b
Add s to OPTARGS (#1174) 2022-09-30 14:22:33 +00:00
Luke Smith
2e7fc9cfb7 fix #1196 2022-09-29 16:33:21 -04:00
Luke Smith
2a57d5a07b Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-09-27 21:32:54 -04:00
Luke Smith
3901bc0f1b set autoquit 2022-09-27 21:32:47 -04:00
appeasementPolitik
21e08299b1
Use ffmpeg for tag script (#1193)
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
2022-09-23 14:55:42 +00:00
appeasementPolitik
41b729acd3
Fix tag script mp3 issue (#1182)
* 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
2022-09-22 12:52:04 +00:00