| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removes the arkenfox-auto-update script (#1442) | Alessio Artoni | 2025-02-28 | 1 | -23/+0 |
| | | |||||
| * | Fix sb-price after bash -> dash change (#1426) | appeasementPolitik | 2024-10-22 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2024-07-15 | 2 | -0/+29 |
| |\ | |||||
| | * | shortcuts: export env vars for each shortcut (#1395) | Kipras Melnikovas | 2024-07-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | useful if want to use shortcuts w/ different progs instead of their default behavior (cd / $EDITOR), e.g.: ```sh cd ~/Downloads mv foo.mp3 $music ``` Co-authored-by: Luke Smith <luke@lukesmith.xyz> | ||||
| | * | weath: Add option to get forecast from a different location (#1327) | appeasementPolitik | 2024-07-15 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | * weath: Add option to get forecast from a different location * Remove retry and make max time lower because it is interactive * Give weath 'cp' option to copy forecast as plain text for sharing * Make weath a separate script | ||||
| * | | close #1292 | Luke Smith | 2024-07-15 | 1 | -1/+6 |
| |/ | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2024-07-15 | 2 | -13/+6 |
| |\ | |||||
| | * | [texclear] - minimize | streamline (#1390) | Emre AKYÜZ | 2024-07-15 | 1 | -10/+3 |
| | | | |||||
| | * | Fix sb-volume (toggle mute, scroll volume change) (#1411) | zetef | 2024-07-15 | 1 | -3/+3 |
| | | | | | | | | | | | the current wpctl version does not support @DEFAULT_AUDIO_SINK@, but works with @DEFAULT_SINK@ quick fix | ||||
| * | | filename and exec fix | Luke Smith | 2024-07-15 | 1 | -0/+0 |
| | | | |||||
| * | | Merge branch 'patch-1' of https://github.com/ArgusGuardian/voidrice into ↵ | Luke Smith | 2024-07-15 | 1 | -0/+23 |
| |\ \ | |/ |/| | | | ArgusGuardian-patch-1 | ||||
| | * | ditch brightnessctl, more minimalistic | Alaa Eddine | 2024-05-05 | 1 | -8/+18 |
| | | | |||||
| | * | Create sb-bghitness, show brightness in the bar. | Alaa Eddine | 2024-05-03 | 1 | -0/+13 |
| | | | | | | | script to add brightness to the dwmblocks. | ||||
| * | | close #1416 | Luke Smith | 2024-07-15 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'tiny-fixes' of https://github.com/thetubster99/cookedrice into ↵ | Luke Smith | 2024-07-15 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | thetubster99-tiny-fixes | ||||
| | * | | Tiny fix and optimization | thetubster99 | 2024-05-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | close #1423 | Luke Smith | 2024-07-15 | 1 | -3/+3 |
| | | | | |||||
| * | | | (lf,maimpick) added preview for .xcf files, fixed OCR selection in dmenu ↵ | venatio | 2024-06-02 | 1 | -1/+1 |
| |/ / | | | | | | | script (#1420) | ||||
| * | | Add OCR to maimpick (#1415) | Zmole Cristian | 2024-05-23 | 1 | -0/+2 |
| | | | | | | | Sometimes you just need to grab some text from a video | ||||
| * | | Update sb-clock to fix display issue (#1380) | Stepan Chernov | 2024-05-11 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Stepan Chernov <me@chernov.land> | ||||
| * | | Fix the problem when taking a screenshot of the lf window (#1398) | Tri Asep Tumbara | 2024-05-11 | 1 | -1/+1 |
| | | | | | | | Without -B option, the result of the screenshot is a blank picture. | ||||
| * | | fix: grep pattern to avoid unintended matches (#1383) | David Nevado | 2024-05-11 | 1 | -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 Artoni | 2024-05-11 | 1 | -4/+1 |
| | | | | | | | | | Remove: ranger shortcuts, "nocompatible", plain Vim support for NERDTreeBookmarksFile and vimling configuration. | ||||
| * | | [compiler] - streamline | simplify | minimize (#1389) | Emre AKYÜZ | 2024-05-11 | 1 | -45/+38 |
| | | | | | | | | | | | * [compiler] - streamline | simplify | minimize * Update compiler | ||||
| * | | [getcomproot] - fix | minimize | posix compliance (#1388) | Emre AKYÜZ | 2024-05-11 | 1 | -6/+3 |
| |/ | |||||
| * | script fixes (#1386) | Jameson | 2023-12-30 | 22 | -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) | Dominik | 2023-11-04 | 1 | -1/+1 |
| | | |||||
| * | Update sb-music (#1367) | Joey-Pepperoni | 2023-10-29 | 1 | -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. | ||||
| * | Update sb-mailbox in statusbar on closing neomutt (#1329) | appeasementPolitik | 2023-10-27 | 1 | -1/+1 |
| | | |||||
| * | none of the encrypted devices are listed if no drives are decrypted already ↵ | poeplva | 2023-10-27 | 1 | -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 Potocki | 2023-10-27 | 1 | -0/+3 |
| | | |||||
| * | Change remaining tremc entry in script to stig (#1364) | appeasementPolitik | 2023-10-04 | 1 | -2/+2 |
| | | |||||
| * | Timeout added to forecast module, ncmpcpp now tracks player state (#1359) | sban | 2023-09-05 | 1 | -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 Hellinga | 2023-09-03 | 1 | -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 ↵ | appeasementPolitik | 2023-08-25 | 1 | -2/+2 |
| | | | | | sb-internet (#1352) | ||||
| * | Fix arkenfox pacman hook complaining about root (#1351) | appeasementPolitik | 2023-08-18 | 1 | -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øy | 2023-08-16 | 1 | -1/+1 |
| | | | | Co-authored-by: Simon Nikolai Varøy <simon@simonvaroy.xyz> | ||||
| * | sb-internet: replace grep/sed commands for more efficiency (#1349) | appeasementPolitik | 2023-08-16 | 1 | -4/+11 |
| | | |||||
| * | Give setbg parameter to make notifications silent (#1350) | appeasementPolitik | 2023-08-16 | 1 | -3/+10 |
| | | |||||
| * | Fixed formatting bug with notify-send (#1344) | Gunnar K. Halvorsen | 2023-07-23 | 1 | -1/+1 |
| | | | | | | | | * Fixed formatting bug with notify-send * Update sb-clock Fix suggested by 'mhdna' | ||||
| * | nsxiv replaces unmaintained sxiv | Luke Smith | 2023-07-15 | 4 | -7/+7 |
| | | |||||
| * | Make sure sb-volume module is updated when closed after opening (#1316) | appeasementPolitik | 2023-05-26 | 1 | -1/+1 |
| | | |||||
| * | Don't wrap horizontally on short terminal (#1325) | appeasementPolitik | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-04-20 | 2 | -2/+2 |
| |\ | |||||
| | * | fix shellcheck (#1301) | snailed | 2023-04-12 | 1 | -1/+1 |
| | | | | | | | Shellcheck wines when printf doesn't get an argument | ||||
| | * | dmenuunicode: don't use variables in the printf format string (#1284) | RealAestan | 2023-04-03 | 1 | -1/+1 |
| | | | | | | | | | It works but the good practice is to use `printf "..%s.." "$foo"` see https://www.shellcheck.net/wiki/SC2059 | ||||
| * | | sb-price improvements | Luke Smith | 2023-04-20 | 1 | -20/+23 |
| | | | |||||
| * | | use built-ins, close #1297 | Luke Smith | 2023-04-20 | 1 | -3/+8 |
| |/ | |||||
| * | efficiency and fail tweaks | Luke Smith | 2023-03-31 | 1 | -5/+9 |
| | | |||||
| * | customizable wttr/rate urls, sb-price improvements | Luke Smith | 2023-03-20 | 2 | -12/+12 |
| | | |||||
