| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vim-airline repo changed its ownership from bling to vim-airline (#982) | Rafael | 2021-08-13 | 1 | -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) | krisdoodle45 | 2021-08-07 | 1 | -1/+1 |
| | | |||||
| * | Change links to https (#978) | Jonatan Schneevoigt | 2021-08-04 | 2 | -2/+2 |
| | | |||||
| * | Odysee to linkhandler (#977) | Ryan Wilson | 2021-07-31 | 1 | -1/+1 |
| | | |||||
| * | Minor performance improvements (#975) | Thomas Voss | 2021-07-21 | 2 | -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) | viviansamuel | 2021-07-18 | 1 | -2/+2 |
| | | |||||
| * | landchad.net added to default/example rss | Luke Smith | 2021-06-30 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2021-06-26 | 3 | -17/+23 |
| |\ | |||||
| | * | for passmenu to use gtk3 box (#931) | Hekuran | 2021-06-24 | 1 | -0/+5 |
| | | | |||||
| | * | Add `Braille` font family to `monospace` @ fontconfig (#901) | Kipras Melnikovas | 2021-06-24 | 1 | -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 Benati | 2021-06-24 | 1 | -17/+17 |
| | | | |||||
| * | | switch from yay to paru | Luke Smith | 2021-06-26 | 2 | -2/+2 |
| |/ | |||||
| * | improved `ifinstalled` and made `noisereduce` use it (#930) | Hekuran | 2021-05-30 | 2 | -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 Thornhill | 2021-05-30 | 1 | -1/+1 |
| | | |||||
| * | deprecate backticks (#949) | Carlos de la Torre | 2021-05-30 | 1 | -1/+1 |
| | | |||||
| * | Update: dmenumount -Make empty string check more consistent (#955) | 7ze | 2021-05-30 | 1 | -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/voidrice | Luke Smith | 2021-05-30 | 2 | -2/+2 |
| |\ | |||||
| | * | Suppress sb-music errors (#953) | M. Yas. Davoodeh | 2021-05-27 | 1 | -1/+1 |
| | | | |||||
| | * | fixed typo (#940) | bboudreaux28 | 2021-04-24 | 1 | -1/+1 |
| | | | | | | | changed "tranmission" to "transmission" | ||||
| * | | fix #956 | Luke Smith | 2021-05-30 | 4 | -13/+15 |
| |/ | |||||
| * | doppler RADAR statusbar module for Americans | Luke Smith | 2021-04-16 | 1 | -0/+206 |
| | | |||||
| * | here string removed | Luke Smith | 2021-04-07 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2021-04-06 | 4 | -5/+11 |
| |\ | |||||
| | * | Paths fixed (#928) | Alireza | 2021-04-06 | 1 | -1/+1 |
| | | | | | | | | | shortcutrc is created on shell directory with shortcuts script same for zshnameddirrc | ||||
| | * | Create and source bookmarks for/by lf (#917) | Janik Kemnade | 2021-04-06 | 2 | -3/+9 |
| | | | | | | | Co-authored-by: Kemmojo <kemnadej80@yahoo.de> | ||||
| | * | newsboat: fix non-posix here-string for clipboard macro(fixes #921) (#926) | Francesco | 2021-03-31 | 1 | -1/+1 |
| | | | |||||
| * | | profile no longer for non-zsh close #938 | Luke Smith | 2021-04-06 | 1 | -1/+0 |
| |/ | |||||
| * | Specified shutdown time (0 seconds) for openrc shutdown option (#925) | Eike Flath | 2021-03-30 | 1 | -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.Zeinali | 2021-03-29 | 1 | -0/+81 |
| | | | | | | | | * Create noisereduce * Update noisereduce * Update noisereduce | ||||
| * | `rssadd` improvement: additionally extract from xml files, not just urls (#885) | Roberto Polverelli Monti | 2021-03-29 | 1 | -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 Smith | 2021-03-29 | 1 | -1/+3 |
| |\ | |||||
| | * | neurtral default font | Luke Smith | 2021-03-29 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch 'patch-1' of https://github.com/Jonatan6/voidrice into ↵ | Luke Smith | 2021-03-29 | 1 | -1/+3 |
| |/| | | | | | | | Jonatan6-patch-1 | ||||
| | * | make it possible to change the font for text slides | Jonatan6 | 2021-02-10 | 1 | -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. | ||||
| * | | Extract, Set Hidden shortcuts (#910) | Ryan Wilson | 2021-03-29 | 1 | -0/+11 |
| | | | |||||
| * | | add display off option (#920) | skrrtskrrtman | 2021-03-29 | 1 | -1/+2 |
| | | | | | | | mostly for laptops to save power | ||||
| * | | Handle color control sequences (#911) | Stephen Szwiec | 2021-03-10 | 1 | -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 | ||||
| * | | Use g instead of gg in zathura (#900) | Sahid Velji | 2021-03-07 | 1 | -0/+1 |
| | | | |||||
| * | | minor tweaks, electrum and mbsync to ~/.config | Luke Smith | 2021-03-07 | 3 | -4/+10 |
| | | | |||||
| * | | Merge branch 'memreyagci-remove-$HOME-.xinitrc' | Luke Smith | 2021-03-07 | 4 | -5/+8 |
| |\ \ | |||||
| | * | | startx alias | Luke Smith | 2021-03-07 | 3 | -3/+7 |
| | | | | |||||
| | * | | Merge branch 'remove-$HOME-.xinitrc' of ↵ | Luke Smith | 2021-03-07 | 2 | -3/+2 |
| |/| | | | | | | | | | | | https://github.com/memreyagci/voidrice into memreyagci-remove-$HOME-.xinitrc | ||||
| | * | | Deleted the .xinitrc link at $HOME for even a cleaner home directory. | memreyagci | 2021-02-21 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | A custom filename and directory can be specified with startx command, which in this case is $XINITRC variable that indicates $XDG_CONFIG_HOME/x11/xinitrc | ||||
| * | | | clean up | Luke Smith | 2021-03-07 | 4 | -112/+1 |
| | | | | |||||
| * | | | Merge branch 'narukeh-master' | Luke Smith | 2021-03-07 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | fix | Luke Smith | 2021-03-07 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | fix sb-forecast | narukeh | 2021-03-05 | 1 | -1/+2 |
| |/ / / | |||||
| * | | | Noobish mistake (#906) | shunlog | 2021-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix broken clipboard after generating colorsheme (#905) | John Stef | 2021-02-26 | 1 | -0/+1 |
| | | | | |||||
| * | | | support .tar.zst (#903) | MRAAGH | 2021-02-23 | 1 | -0/+1 |
| |/ / | |||||
