summaryrefslogtreecommitdiffstats
path: root/.local
Commit message (Collapse)AuthorAgeFilesLines
* 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). ```
* 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>
* Specified shutdown time (0 seconds) for openrc shutdown option (#925)Eike Flath2021-03-301-1/+1
| | | | | If you don't specify it, it won't work: $ sudo -A openrc-shutdown -p * openrc-shutdown: No shutdown time specified
* Add a noise reduction script (using sox and ffmpeg) (#850)M.Zeinali2021-03-291-0/+81
| | | | | | | * Create noisereduce * Update noisereduce * Update noisereduce
* `rssadd` improvement: additionally extract from xml files, not just urls (#885)Roberto Polverelli Monti2021-03-291-4/+12
| | | | | | | | | | | | | | * additionally extract from xml files Before this, rssadd only accepted a URL as argument. Now, if given an xml file, it will parse it and extract the proper url. This lets it be used in conjunction with firefox for quickly adding RSS feeds (as firefox would give it the file rather than its origin URL). This works on a majority of RSS feeds, but fails on some that miss the proper link tags. The original behaviour is still mantained alongside the new. * remove surplus `exit` * more performant grepping
* neurtral default fontLuke Smith2021-03-291-2/+2
|
* Merge branch 'patch-1' of https://github.com/Jonatan6/voidrice into ↵Luke Smith2021-03-291-1/+3
|\ | | | | | | Jonatan6-patch-1
| * make it possible to change the font for text slidesJonatan62021-02-101-1/+3
| | | | | | I set free-sans to be the default, because it seems that that is what imagemagick is uses, when you don't specify a font.
* | add display off option (#920)skrrtskrrtman2021-03-291-1/+2
| | | | | | mostly for laptops to save power
* | Handle color control sequences (#911)Stephen Szwiec2021-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | * Handle color control sequences Is: `less` outputs the raw ascii of the $chartfile, which includes escape characters to change output colors. This does not resemble a graph. Should be: Adding -n flag to have `less` create colored output properly. * typo changed to -Srf to reflect proposed change
* | clean upLuke Smith2021-03-073-111/+0
| |
* | fixLuke Smith2021-03-071-1/+0
| |
* | fix sb-forecastnarukeh2021-03-051-1/+2
| |
* | Noobish mistake (#906)shunlog2021-02-281-1/+1
| |
* | support .tar.zst (#903)MRAAGH2021-02-231-0/+1
| |
* | multibattery functionality returned close #899Luke Smith2021-02-151-9/+6
| |
* | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-02-073-11/+9
|\|
| * Add minted/pyg files to `texclear` (#865)M. Yas. Davoodeh2021-02-071-1/+3
| |
| * add pass to tutorialvids (#892)skrrtskrrtman2021-02-051-0/+1
| |
| * Prevent unnecessary caching of tsp output (#888)Tenyun2021-01-261-10/+5
| | | | | | Co-authored-by: Tenyun <tenyun@disroot.org>
* | clean upLuke Smith2021-02-071-0/+0
|/
* minor impr prevent running on non-imagesLuke Smith2021-01-201-5/+9
|
* Restoring missing line for zsh file shortcuts (#879)karioki2021-01-101-0/+1
|
* md to pdf using ms engine instead of latex (#877)M.Zeinali2021-01-061-1/+1
|
* adopting `sb-` (#875)Hekuran2020-12-262-2/+2
| | | | | | | * adopting `sb-` The 2619a88fcd94cbd4b2caa719ba926ae0013fb4ec update might have broken scripts, like this, that use a script from `~sc/statusbar/` * adopt `sb-`
* turn off caps lock if on in remaps scriptLuke Smith2020-12-251-0/+2
|
* task-spooler statusbar moduleLuke Smith2020-12-251-0/+25
|
* statusbar scripts now with sb- to avoid conflictsLuke Smith2020-12-2523-0/+0
| | | | update dwmblocks build to avoid errors
* battery warning fix; zsh beam simplifiedLuke Smith2020-12-181-2/+2
|