CEUK

Results 45 comments of CEUK

fixed in [v0.1.20](https://github.com/ceuk/spotui/commit/40a460d669c615c4ff65d4059bc889a987bf15d1) -- sorry it took so long

These changes all make sense, I have around an hour now so will try get them all done, if not I'll try finish them off soon

Hey @Jelmerro I think that's everything if you want to have another look :+1:

I'll try sort the above later :+1:

Just an FYI guys - Khal uses an SQLite db to store its entries. It's usually stored somewhere like `$XDG_DATA_HOME/khal/khal.db` It's common to use Khal in conjunction with something like...

Hey I use this on my laptop ![image](https://user-images.githubusercontent.com/1681236/99617397-2a772d80-2a17-11eb-918e-bf2be522c53d.png) (check out the bottom left) You should just be able to drop in [this](https://github.com/ceuk/dotfiles/blob/laptop/config/awesome/bars/ephemeral.lua) as a replacement for .config/awesome/bars/ephemeral.lua If you've already...

That's odd, maybe it's just not refreshing very frequently? You could try manually setting the [refresh rate](https://awesomewm.org/doc/api/classes/wibox.widget.textclock.html#wibox.widget.textclock.refresh) to 1 by adding it to line 130: ```diff - local clock =...

Just a heads up that the ZSH_CUSTOM workaround doesn't work with antibody as the default path is $XDG_CACHE_HOME/antibody/ (no plugins directory)

@tom-doerr that's exactly what I did end up doing :)

In case it helps anyone: I had to downgrade @schematics/angular: ``` npm i @schematics/angular@^13.0.0 ```