summaryrefslogtreecommitdiffstats
path: root/.local
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patch-1' of https://github.com/ArgusGuardian/voidrice into ↵Luke Smith2024-07-151-0/+23
|\ | | | | | | ArgusGuardian-patch-1
| * ditch brightnessctl, more minimalisticAlaa Eddine2024-05-051-8/+18
| |
| * Create sb-bghitness, show brightness in the bar.Alaa Eddine2024-05-031-0/+13
| | | | | | script to add brightness to the dwmblocks.
* | close #1416Luke Smith2024-07-151-2/+2
| |
* | Merge branch 'tiny-fixes' of https://github.com/thetubster99/cookedrice into ↵Luke Smith2024-07-151-1/+1
|\ \ | | | | | | | | | thetubster99-tiny-fixes
| * | Tiny fix and optimizationthetubster992024-05-231-1/+1
| | |
* | | close #1423Luke Smith2024-07-151-3/+3
| | |
* | | (lf,maimpick) added preview for .xcf files, fixed OCR selection in dmenu ↵venatio2024-06-021-1/+1
|/ / | | | | | | script (#1420)
* | Add OCR to maimpick (#1415)Zmole Cristian2024-05-231-0/+2
| | | | | | Sometimes you just need to grab some text from a video
* | Update sb-clock to fix display issue (#1380)Stepan Chernov2024-05-111-1/+1
| | | | | | Co-authored-by: Stepan Chernov <me@chernov.land>
* | Fix the problem when taking a screenshot of the lf window (#1398)Tri Asep Tumbara2024-05-111-1/+1
| | | | | | Without -B option, the result of the screenshot is a blank picture.
* | fix: grep pattern to avoid unintended matches (#1383)David Nevado2024-05-111-3/+3
| | | | | | | | | | added `^` and `$` to the pattern used in `grep -v` in order to avoid matching displays whose name contains some other display name. e.g ("DPI", "eDPI")
* | Remove unused vim configs and shortcuts (#1385)Alessio Artoni2024-05-111-4/+1
| | | | | | | | Remove: ranger shortcuts, "nocompatible", plain Vim support for NERDTreeBookmarksFile and vimling configuration.
* | [compiler] - streamline | simplify | minimize (#1389)Emre AKYÜZ2024-05-111-45/+38
| | | | | | | | | | * [compiler] - streamline | simplify | minimize * Update compiler
* | [getcomproot] - fix | minimize | posix compliance (#1388)Emre AKYÜZ2024-05-111-6/+3
|/
* script fixes (#1386)Jameson2023-12-3022-23/+23
| | | | | | | | | | | * fix typo in lfub * use setsid when editing scripts * fix immediate exit on middle click --------- Co-authored-by: 2084x <2084x@noreply.codeberg.org>
* Update dmenurecord (#1370)Dominik2023-11-041-1/+1
|
* Update sb-music (#1367)Joey-Pepperoni2023-10-291-1/+1
| | | The s/\\&/&amp;/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.
* 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.
* 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-051-1/+1
| | | | | | | * 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 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>
* 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
|
* 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-156-15/+14
|
* Make sure sb-volume module is updated when closed after opening (#1316)appeasementPolitik2023-05-261-1/+1
|
* Don't wrap horizontally on short terminal (#1325)appeasementPolitik2023-05-111-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-04-202-2/+2
|\
| * fix shellcheck (#1301)snailed2023-04-121-1/+1
| | | | | | Shellcheck wines when printf doesn't get an argument
| * 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 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-03-201-0/+4
|\
| * Added video.desktop file. (#1288)Axel2023-03-201-0/+4
| | | | | | | | Updated mimeapps.list to include mp4 files. Closes #1271
* | customizable wttr/rate urls, sb-price improvementsLuke Smith2023-03-202-12/+12
|/
* use stig over tremc by defaultLuke Smith2023-03-011-2/+2
|
* maimpick: hide cursor when selecting area (#1282)appeasementPolitik2023-02-221-2/+2
| | | Normally when making a screenshot of an area there's still a bit of the cursor that can be seen, this hides it.
* use android name in fsnameLuke Smith2023-02-211-12/+23
|
* Made mounter not show already mounted android devices in the mounting promptiStagnant2023-02-201-1/+4
|
* update tutorialvids (#1276)Jameson2023-02-201-8/+7
| | | remove duplicate status bar and align
* fix #1275Luke Smith2023-02-171-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-02-171-0/+1
|\
| * add dwmblock tutorial video to tutorialvids script (#1274)sudo-Tiz2023-02-171-0/+1
| |