summaryrefslogtreecommitdiffstats
path: root/.local
Commit message (Collapse)AuthorAgeFilesLines
* fix #936Luke Smith2022-01-212-4/+4
|
* otp scriptLuke Smith2021-12-211-0/+53
|
* pulseaudio replaced with pipewireLuke Smith2021-11-141-1/+1
|
* better fixLuke Smith2021-10-231-2/+3
|
* ifinstalled better, close #1047Luke Smith2021-10-221-5/+3
|
* inconsequential efficiencyLuke Smith2021-10-201-2/+4
|
* unbreak samedirLuke Smith2021-10-201-1/+4
|
* Merge branch 'patch-6' of git://github.com/krisdoodle45/voidrice into ↵Luke Smith2021-10-202-8/+9
|\ | | | | | | krisdoodle45-patch-6
| * Revert changes to displayselect (already best performance)krisdoodle452021-10-191-2/+2
| |
| * Add some conf file variableskrisdoodle452021-10-141-4/+8
| |
| * Use setsidkrisdoodle452021-10-141-4/+1
| |
| * Replicate tail functionality in awkkrisdoodle452021-10-141-2/+2
| |
* | ext: Remove in favor of atool (#1013)krisdoodle452021-10-201-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * ext: Give the ability to extract multiple files and wildcards * Variable renaming * Make user get prompted if extracted file overwrites another file * Deleted ext We have atool * Replace ext with aunpack
* | Small newsup fix (#1023)Ethan Marshall2021-10-201-1/+1
| | | | | | Only update titles which *exactly* match the title "newsboat"
* | lLuke Smith2021-10-181-1/+1
| |
* | muting volume when 0%, space between icon and percentageColby Thomas2021-10-171-3/+5
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-10-023-22/+19
|\
| * fix sb-internet problems with multiple wifi cards (#1008)Future is FOSS2021-09-271-4/+5
| |
| * We don't need sed here (#1006)krisdoodle452021-09-241-1/+1
| |
| * sysact rewrite and minor stuff (#1000)Hekuran2021-09-231-17/+13
| | | | | | | | | | | | | | | | | | | | | | * minor forgoten stuff we already have shutdown in sudo loop * why was this still here? it belongs in ~/.config/ * what the actual phucc * implemented loginctl and fixed shebang
* | no ping and other tweaksLuke Smith2021-09-243-10/+15
|/
* show red cross if wifi is disabled (#898)Future is FOSS2021-09-231-1/+2
| | | show a red cross mark if wifi is disabled/turned off.
* Here program name should be given not package name (#973)Arjun Karangiya2021-09-231-1/+1
| | | This can be known from ifinstalled code
* Add partition label to dmenuumount script (#999)Richard Halford2021-09-231-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.
* Return dunst and zathura color schemes to normal if python-pywal is ↵krisdoodle452021-08-311-3/+8
| | | | | | | | | | | | | | | | uninstalled. (#995) * Changed paru to yay due to new LARBS changes * Fix & improve lf's moveto, copyto and cd to bm-dir When using any of the above functions they returned exit code 1. This was due to the cut command having tab as the delimiter, but spaces are used in the bm-dirs file. As an improvement comments are now automatically removed from the fzf options, because selecting those wouldn't work anyway. The final sed command substituting "~" for "$HOME" is also removed because that doesn't seem to do anything looking at the current structure of the bm-dirs file. The J bind needed more parsing and environment variable substitution because cd didn't work by default with values from a subshell. * Automatically backup existing config files * Return by pywal edited config files to normal if pywal is uninstalled.
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-08-252-6/+6
|\
| * Changed paru to yay due to new LARBS changes (#987)krisdoodle452021-08-241-1/+1
| |
| * update `ext` script (#986)Hekuran2021-08-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | Arch & Artix already have the `libarchive` pkg, which contains `bsdtar`. So lets just use it, since its superior, faster, it also has easier syntax, and it auto-detects the compression. btw the .tar.zst was wrong anyhow, so if u wont merge this, dont forget to fix that. from the manual: ``` -I, --use-compress-program=COMMAND Filter data through COMMAND. It must accept the -d option, for decompression. The argument can contain command line options. ..... --zstd Filter the archive through zstd(1). ```
* | close #971Luke Smith2021-08-251-3/+4
|/
* Change sb-price to allow custom currency (#963)cronidea2021-08-181-4/+7
| | | | | e.g: price <url> <Name of currency> <icon> <Price to show in> price btc Bitcoin "" gbp
* add /efi to exceptions in unmount script (#983)Hector Canizales2021-08-151-1/+1
|
* Update peertubetorrent due to changed URL format (#979)krisdoodle452021-08-071-1/+1
|
* Change links to https (#978)Jonatan Schneevoigt2021-08-041-1/+1
|
* Odysee to linkhandler (#977)Ryan Wilson2021-07-311-1/+1
|
* Minor performance improvements (#975)Thomas Voss2021-07-212-2/+2
| | | | | * Skip head and grep and do it all in sed * Replace echo and awk with a parameter expansion
* use just awk without grep (#974)viviansamuel2021-07-181-2/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-06-261-17/+17
|\
| * Change tutorialvids links to PeerTube due to potential YT deletion (#929)Adriel Benati2021-06-241-17/+17
| |
* | switch from yay to paruLuke Smith2021-06-261-1/+1
|/
* improved `ifinstalled` and made `noisereduce` use it (#930)Hekuran2021-05-302-5/+7
| | | | | | | | | * made noisereduce executable * improved `ifinstalled` script * made `noisereduce` use `ifinstalled` script * quoting for quiet shellcheck
* Fix mail syncing on the status bar (#947)Gavin Thornhill2021-05-301-1/+1
|
* deprecate backticks (#949)Carlos de la Torre2021-05-301-1/+1
|
* Update: dmenumount -Make empty string check more consistent (#955)7ze2021-05-301-1/+1
| | | | | | | * Make empty string check more consistent Replace explicit empty string check condition with inbuilt POSIX compliant empty string check flag, in adherence with the rest of the script. * Update test expression
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-05-302-2/+2
|\
| * Suppress sb-music errors (#953)M. Yas. Davoodeh2021-05-271-1/+1
| |
| * fixed typo (#940)bboudreaux282021-04-241-1/+1
| | | | | | changed "tranmission" to "transmission"
* | fix #956Luke Smith2021-05-301-10/+10
|/
* doppler RADAR statusbar module for AmericansLuke Smith2021-04-161-0/+206
|
* here string removedLuke Smith2021-04-071-3/+3
|
* Create and source bookmarks for/by lf (#917)Janik Kemnade2021-04-061-3/+6
| | | Co-authored-by: Kemmojo <kemnadej80@yahoo.de>