lasers

Results 122 comments of lasers

The problem is probably because default `cache_dir` is `Pathlib.Path.home() / ".cache/bum"` --> `~/.cache/bum`. If we specifiy `cache_dir`, it gets a string so we get your exception above. We need to...

(Suggestion) Use shell alias/script instead. ```bash date1=`date +%s`; while true; do echo -ne "$(date -u --date @$((`date +%s` - $date1)) +%H:%M:%S)\r"; done ``` Source: https://superuser.com/questions/611538/is-there-a-way-to-display-a-countdown-or-stopwatch-timer-in-a-terminal

Bug. Expected: ```shell ~/src/j4-make-config   master  ./j4-make-config Executing: ./j4-make-config none ~/src/j4-make-config   master  ./j4-make-config Executing: ./j4-make-config none ~/src/j4-make-config   master  ./j4-make-config Executing: ./j4-make-config none...

If I understand this right... `config.base` and `block ending markers` is not related. Phrasing out `config.base` mean users will always have to specify `config.base` in `j4-make-config` command. 1) `j4-make-config` is...

* Maybe we check if the prefix starts with `#` to be explicit... so users can use `### $i3-theme` if they want to... and is less dirty this way. If...

I never tried this feature, but we might had it in the past. Just that it might be broken right now. https://github.com/brndnmtthws/conky/issues/894

Hi. Is this still a problem for you? How did you change `pulseaudio` volumes? Is it possible that you were changing `alsa` volume or changed volume on different sink instead...

@su8 `pa_sink_volumebar` looks broken to me. I expect something like `###___` instead of `\n` ``` conky.config = {out_to_x=true,out_to_console=true} conky.text = [[ pa_sink_volume // ${pa_sink_volume} // pa_sink_volumebar // ${pa_sink_volumebar} // pa_sink_description...