summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-09-236-7/+14
|\
| * mpv: fix error on launch by removing directories inside mpv's scripts ↵Wis2021-09-134-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | directory (#1004) * remove dirs from mpv scripts dir * remove submodule dir from mpv scripts dir * add script_modules directory outside scripts direcoty * load modules/plugins from script_modules, outside mpv's script-files-only directory * rename variable
| * Return dunst and zathura color schemes to normal if python-pywal is ↵krisdoodle452021-08-312-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | close #1002Luke Smith2021-09-232-1/+3
|/
* Fix & improve lf's moveto, copyto and cd to bm-dir (#994)krisdoodle452021-08-311-3/+3
| | | | | | | | | | * 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.
* lapsus calami (#988)Hekuran2021-08-251-0/+1
| | | don't remove the whole thing, just sudo
* 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-255-7/+8
|/
* 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
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-08-148-9/+9
|\
| * vim-airline repo changed its ownership from bling to vim-airline (#982)Rafael2021-08-131-1/+1
| | | | | | | | | | github automatically redirects to vim-airline, so this is not a problem when installing, but updating just for the sake of explicitness and having the correct username/repo
| * Update peertubetorrent due to changed URL format (#979)krisdoodle452021-08-071-1/+1
| |
| * Change links to https (#978)Jonatan Schneevoigt2021-08-042-2/+2
| |
| * 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
| |
* | credit desktop artLuke Smith2021-08-141-0/+4
|/
* landchad.net added to default/example rssLuke Smith2021-06-301-0/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-06-263-17/+23
|\
| * for passmenu to use gtk3 box (#931)Hekuran2021-06-241-0/+5
| |
| * Add `Braille` font family to `monospace` @ fontconfig (#901)Kipras Melnikovas2021-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some programs like `gotop` [1] or `bottom` / `btm` [2] weren't displaying properly, and I was able to fix the glyphs with the Braille font (don't recall where I found the recommendation). Don't forget to ```sh fc-cache -fv --really-force ``` Also beware of stuff like [4]. needs `ttf-ubraille` [3] so an update in LARBS progs.csv would be needed aswell [1] https://aur.archlinux.org/packages/gotop [2] https://aur.archlinux.org/packages/bottom-bin [3] https://aur.archlinux.org/packages/ttf-ubraille [4] https://wiki.archlinux.org/index.php/Font_configuration#Disable_scaling_of_bitmap_fonts
| * Change tutorialvids links to PeerTube due to potential YT deletion (#929)Adriel Benati2021-06-241-17/+17
| |
* | switch from yay to paruLuke Smith2021-06-262-2/+2
|/
* 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-304-13/+15
|/
* doppler RADAR statusbar module for AmericansLuke Smith2021-04-161-0/+206
|
* here string removedLuke Smith2021-04-071-3/+3
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-04-064-5/+11
|\
| * Paths fixed (#928)Alireza2021-04-061-1/+1
| | | | | | | | shortcutrc is created on shell directory with shortcuts script same for zshnameddirrc
| * Create and source bookmarks for/by lf (#917)Janik Kemnade2021-04-062-3/+9
| | | | | | Co-authored-by: Kemmojo <kemnadej80@yahoo.de>
| * newsboat: fix non-posix here-string for clipboard macro(fixes #921) (#926)Francesco2021-03-311-1/+1
| |
* | profile no longer for non-zsh close #938Luke Smith2021-04-061-1/+0
|/
* 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
* Merge branch 'Jonatan6-patch-1'Luke Smith2021-03-291-1/+3
|\
| * 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