summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * An unnecessary(?), small improvement for lf mkdir command (#1372)Emre AKYÜZ2023-11-131-2/+2
| | | | | | | | | | The new method is more robust and better handles directory names with spaces and special characters. It's more minimal.
| * Update dmenurecord (#1370)Dominik2023-11-041-1/+1
| |
| * Update sb-music (#1367)Joey-Pepperoni2023-10-291-1/+1
| | | | | | The s/\\&/&/g operation only effect is to add "amp;" after any ampersand in the artist or song name. "&" displays just fine anyways, so there's no reason to include an operation to replace it.
* | for legacy vim colorschemeLuke Smith2024-05-231-4/+4
| |
* | remove default rss feedsLuke Smith2024-05-171-10/+0
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-10-2811-12/+32
|\
| * Launch dwm in a dbus session (#1340)Lalle2023-10-271-1/+2
| | | | | | | | | | | | | | | | | | * Launch dwm in a dbus session * Add ssh-agent * Update dbus env * Update xprofile
| * Update sb-mailbox in statusbar on closing neomutt (#1329)appeasementPolitik2023-10-271-1/+1
| |
| * none of the encrypted devices are listed if no drives are decrypted already ↵poeplva2023-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | (#1338) The part ``` for open in $decrypted; do [ "$uuid" = "$open" ] && break 1 done ``` exits with `0` if the variable `$decrypted` is empty, causing none of the encrypted devices to be put into the `$unopenedluks` variable. This commit fixes this problem.
| * Unpack Function for LF Without Aunpack (#1334)Emre AKYÜZ2023-10-271-1/+16
| | | | | | We can simply eliminate the usage of an external tool by adding a simple case statement to handle different types of compressed files.
| * Add xdg-terminal-exec script to launch "$TERMINAL" for .desktop files (#1302)Dawid Potocki2023-10-271-0/+3
| |
| * Change remaining tremc entry in script to stig (#1364)appeasementPolitik2023-10-041-2/+2
| |
| * Timeout added to forecast module, ncmpcpp now tracks player state (#1359)sban2023-09-052-1/+2
| | | | | | | | | | | | | | * Added timeout to getforecast to prevent status bar breakage. A 2 second timeout is used in the case that wttr.in is inaccessible when dwm is started; as otherwise it tries to curl wttr.in indefinitely, not allowing other status bar modules to be loaded. * Update music status bar module on player state change
| * Fixed Booksplit for termux (#1358)Hylke Hellinga2023-09-031-2/+2
| | | | | | Co-authored-by: Simbaclaws <h.hellinga@inner-join.nl>
| * Fix the extra space between sb-internet and the block on the right of ↵appeasementPolitik2023-08-251-2/+2
| | | | | | | | sb-internet (#1352)
| * Fix wrong font name (#1353)Alessio Artoni2023-08-251-1/+1
| |
* | fix #1366Luke Smith2023-10-282-0/+1
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-08-232-2/+5
|\
| * Fix arkenfox pacman hook complaining about root (#1351)appeasementPolitik2023-08-181-1/+4
| | | | | | | | | | The previous pull request on LARBS turned out not to work, so make sure `arkenfox-auto-update` runs `arkenfox-update` as the user of the firefox profile. Otherwise it complains that it's running as root and stops. The way of getting the username is safe, because it gets the username from the owner of the user.js file of that profile.
| * added webp to image formats in linkhandler (#1347)Simon Nikolai Varøy2023-08-161-1/+1
| | | | | | Co-authored-by: Simon Nikolai Varøy <simon@simonvaroy.xyz>
* | libertinus replaces libertineLuke Smith2023-08-231-4/+4
|/
* sb-internet: replace grep/sed commands for more efficiency (#1349)appeasementPolitik2023-08-161-4/+11
|
* Give setbg parameter to make notifications silent (#1350)appeasementPolitik2023-08-161-3/+10
|
* djvu files cannot be previewed (#1335)poeplva2023-07-231-0/+4
| | | added support for previewing books in djvu format.
* Add jsonl to lf (#1345)Lalle2023-07-231-1/+1
|
* Fixed formatting bug with notify-send (#1344)Gunnar K. Halvorsen2023-07-231-1/+1
| | | | | | | * Fixed formatting bug with notify-send * Update sb-clock Fix suggested by 'mhdna'
* nsxiv replaces unmaintained sxivLuke Smith2023-07-159-18/+17
|
* Revert "application/octet-stream is for arbitrary binary files (#1321)" (#1336)Luke Smith2023-05-271-8/+3
| | | This reverts commit af2710799b069486d04ba23c5bdab9cf6c4d6b04.
* Make sure sb-volume module is updated when closed after opening (#1316)appeasementPolitik2023-05-261-1/+1
|
* application/octet-stream is for arbitrary binary files (#1321)poeplva2023-05-261-3/+8
| | | application/octet-stream mime-type is used for arbitrary binary files, so the best guess at opening those kind of should be based on the extension. before this all of this kind of files were tried to be opened with zathura, now it is the last resort in case the file extension is unknown.
* bulkrename using built-ins instead of using a completely separate program ↵Mahdi Nayef2023-05-261-1/+21
| | | | | | | (#1330) * bulkrename using bult-ins instead of using a completely separate program * Make it more efficient
* Re-add whitespace to some buffer types as needed. (#1333)Spenser Truex2023-05-251-0/+2
| | | | | | | | | | | Very arcane. C ANSI standard requires a newline at the end. GCC will complain. Email signatures should have a space after the -- according to the standard. Neomutt does this automatically for you if you have a signature. Co-authored-by: Spenser Truex <truex@equwal.com>
* Fix rename key bindings in lf (#1331)Mahdi Nayef2023-05-241-4/+4
|
* Don't wrap horizontally on short terminal (#1325)appeasementPolitik2023-05-111-1/+1
|
* change requested by lf-git after update. (#1319)pony-montana2023-05-021-1/+1
|
* dwmblocks update on song change (#1318)Austen2023-05-011-0/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-04-204-8/+4
|\
| * Change LibreOffice binaries to libreoffice (#1294)anggatd2023-04-201-6/+1
| | | | | | In the current update, the libreoffice package doesn't have any binary for libreoffice writer, calc, impress, draw, etc. So it's better to open all of the document using the 'libreoffice' binary as it can work in the old version of libreoffice as well as the new one.
| * fix shellcheck (#1301)snailed2023-04-121-1/+1
| | | | | | Shellcheck wines when printf doesn't get an argument
| * Set GOMODCACHE to comply with XDG (#1299)Mathieu Rollet2023-04-121-0/+1
| | | | | | | | If GOMODCACHE is not set, it defaults to $GOPATH/pkg/mod cf. https://go.dev/ref/mod#environment-variables
| * dmenuunicode: don't use variables in the printf format string (#1284)RealAestan2023-04-031-1/+1
| | | | | | | | It works but the good practice is to use `printf "..%s.." "$foo"` see https://www.shellcheck.net/wiki/SC2059
* | sb-price improvementsLuke Smith2023-04-201-20/+23
| |
* | use built-ins, close #1297Luke Smith2023-04-201-3/+8
|/
* efficiency and fail tweaksLuke Smith2023-03-311-5/+9
|
* Merge branch 'LalleSX-patch-1'Luke Smith2023-03-241-0/+1
|\
| * fix nameLuke Smith2023-03-241-1/+1
| |
| * Added Larbs commits RSSLalle2023-03-241-0/+1
|/
* check scripts to avoid rerunning remapdLuke Smith2023-03-231-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-03-202-0/+5
|\
| * Added video.desktop file. (#1288)Axel2023-03-202-0/+5
| | | | | | | | Updated mimeapps.list to include mp4 files. Closes #1271