summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-12-212-2/+4
|\
| * Resets cursor position on file save (Issue #1040) (#1057)Fabian2021-12-201-1/+3
| | | | | | | | | | * Resets cursor position on file save (Issue #1040) * Resets cursor pos on save. (line and column)
| * follow symlinks when detecting filetype in lf (#1052)Future is FOSS2021-12-041-1/+1
| | | | | | fix bug in lf where symlinked files don't open in the expected program
* | otp scriptLuke Smith2021-12-211-0/+53
|/
* fix #1037Luke Smith2021-11-141-2/+2
|
* pulseaudio replaced with pipewireLuke Smith2021-11-143-9/+249
|
* lf tweaksLuke Smith2021-11-121-4/+4
|
* colors fixLuke Smith2021-11-111-7/+7
|
* postrun fixLuke Smith2021-11-111-1/+1
|
* some dunst and wal fixes, fix #1029Luke Smith2021-11-113-299/+49
|
* fix #1011Luke Smith2021-11-111-9/+11
|
* manually set dpiLuke Smith2021-11-111-0/+3
|
* better fixLuke Smith2021-10-231-2/+3
|
* ifinstalled better, close #1047Luke Smith2021-10-221-5/+3
|
* inconsequential efficiencyLuke Smith2021-10-201-2/+4
|
* Merge branch 'krisdoodle45-patch-6'Luke Smith2021-10-202-10/+17
|\
| * unbreak samedirLuke Smith2021-10-201-1/+4
| |
| * Merge branch 'patch-6' of git://github.com/krisdoodle45/voidrice into ↵Luke Smith2021-10-203-14/+18
|/| | | | | | | 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
| |
| * Add some variableskrisdoodle452021-10-141-6/+9
| |
* | ext: Remove in favor of atool (#1013)krisdoodle452021-10-202-46/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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"
* | Merge branch 'coloradocolby-sb-volume-fix'Luke Smith2021-10-181-2/+4
|\ \ | |/ |/|
| * 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-025-23/+20
|\
| * 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-233-18/+14
| | | | | | | | | | | | | | | | | | | | | | * 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
* | avoid the lf/sxiv resize bug by not swallowingLuke Smith2021-10-021-1/+1
| |
* | no ping and other tweaksLuke Smith2021-09-243-10/+15
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-09-233-3/+4
|\
| * 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.
* | close #996Luke Smith2021-09-231-3/+3
|/
* 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