| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | use stig over tremc by default | Luke Smith | 2023-03-01 | 1 | -2/+2 |
| | | |||||
| * | maimpick: hide cursor when selecting area (#1282) | appeasementPolitik | 2023-02-22 | 1 | -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 fsname | Luke Smith | 2023-02-21 | 1 | -12/+23 |
| | | |||||
| * | Made mounter not show already mounted android devices in the mounting prompt | iStagnant | 2023-02-20 | 1 | -1/+4 |
| | | |||||
| * | update tutorialvids (#1276) | Jameson | 2023-02-20 | 1 | -8/+7 |
| | | | | remove duplicate status bar and align | ||||
| * | fix #1275 | Luke Smith | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-02-17 | 1 | -0/+1 |
| |\ | |||||
| | * | add dwmblock tutorial video to tutorialvids script (#1274) | sudo-Tiz | 2023-02-17 | 1 | -0/+1 |
| | | | |||||
| * | | mounter improvements, old scripts removed | Luke Smith | 2023-02-17 | 3 | -92/+11 |
| | | | | | | | | | now checks fstab for info, also one less android prompt | ||||
| * | | mount drives with user's ownership | Luke Smith | 2023-02-17 | 1 | -2/+2 |
| |/ | |||||
| * | Fixed android device not mounting to root owned directories (#1273) | Stagnant | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | fix #1268, use sudo -A, var rename | Luke Smith | 2023-02-13 | 1 | -6/+6 |
| | | |||||
| * | read file only once | Luke Smith | 2023-02-12 | 1 | -15/+18 |
| | | |||||
| * | Switch to kebab-case for file name | HelionSmoker | 2023-02-12 | 1 | -1/+1 |
| | | |||||
| * | Rewrite sb-forecast | HelionSmoker | 2023-02-12 | 1 | -19/+33 |
| | | |||||
| * | use bash procsub | Luke Smith | 2023-02-09 | 2 | -6/+4 |
| | | |||||
| * | remove complexity | Luca Bilke | 2023-02-09 | 1 | -4/+3 |
| | | |||||
| * | fix broken trap | Luca Bilke | 2023-02-09 | 1 | -1/+1 |
| | | |||||
| * | Clean up remapd | snailed | 2023-02-09 | 1 | -4/+6 |
| | | | | I found a much better way of doing this, without a potentially too short sleep. This script waits for an input to be added, and then waits for a usb device to be bound. The remaps script can be run as soon as the USB device is bound. These changes should improve the reliability of the script and maybe even decrease latency. | ||||
| * | Shortcuts: show almost-all files (#1263) | HelionSmoker | 2023-02-08 | 1 | -2/+2 |
| | | |||||
| * | actually make the script a script | Luke Smith | 2023-02-08 | 1 | -0/+0 |
| | | |||||
| * | remaps run by remapd automatically on startup | Luke Smith | 2023-02-06 | 1 | -3/+2 |
| | | |||||
| * | add comment, remove remaps from displayselect | Luke Smith | 2023-02-06 | 2 | -1/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/ssnailed/voidrice into ↵ | Luke Smith | 2023-02-06 | 1 | -0/+6 |
| |\ | | | | | | | ssnailed-master | ||||
| | * | Create remapd | snailed | 2023-02-06 | 1 | -0/+6 |
| | | | | | | | This script will automatically run remaps when it detects a line in dmesg that contains "input:" | ||||
