Sunshine

Results 211 comments of Sunshine

This could also be shown in app's config. Separate tab.

Icon data is now being stored as base64 data URLs (image/png).

Could be related to compositing on Nvidia GPUs, try: `WEBKIT_DISABLE_COMPOSITING_MODE=1 liquid app`. More info here: https://www.reddit.com/r/suckless/comments/rprzrl/surf_shows_white_screen_on_most_sites/

The dialog is a creation process, perhaps -a could be reserved for `useradd`-like CLI functionality, e.g. `liquid -a --name github --url https://github.com --title GitHub`?

Don't like the `-r` flag, makes me think of "recursive".

I like create/modify/destroy (-c -m -d) the most. "destroy" sounds more epic than "remove" or "delete", already decided with "create, so it's: create/???/destroy (-c -? -d) "edit" or "tweak" sound...

perhaps UI-opening CLI flags should be upper-case (-C -E -D), while CLI-specific should be lower: -c -e -d

-a should be preserved for "app"

perhaps `liquid -u https://...` or `liquid -U https://...` is the way to go

Potentially make it possible to set Liquid as system's default browser, "passing" all URLs through it, and have a setting within liquid.conf regarding 2nd choice of the browser, what program...