| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Make dwmblocks modules async
* Allow dwmblocks signal numbers to be changed
* Become synchronous on manual run and make dwmblocks signal code optional
* Merge latest commits and add retries
* Re-add fail-early to sb-price
* Make the retry logic better + other changes
* Only redirect non-empty output: for when services are down
* Also change modification time
* Robustness not needed anymore because of curl's --output, no more empty files
* Use actual locks instead of pgrep
* Change to more suitable lock file location for user programs
* Implement thetubster's changes (fast retry and bug fixes)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* fix typo in lfub
* use setsid when editing scripts
* fix immediate exit on middle click
---------
Co-authored-by: 2084x <2084x@noreply.codeberg.org>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
e.g:
price <url> <Name of currency> <icon> <Price to show in>
price btc Bitcoin "" gbp
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
update dwmblocks build to avoid errors
|