sway-launcher-desktop icon indicating copy to clipboard operation
sway-launcher-desktop copied to clipboard

[Feature Request] Base16 themes

Open bound-variable opened this issue 2 years ago • 4 comments

Please and thank you!

bound-variable avatar Feb 03 '22 20:02 bound-variable

Interesting project! But you can already apply a shell color scheme and if you care enough about theming to be using Base 16, you probably have.

Is this not working for you? I think if you configure your theming through .bashrc then it could be that sway-launcher-desktop is not picking up this configuration.

A workaround would be to execute your launcher through bash -c sway-launcher-desktop. This should pick up your .bashrc and therefore apply your shell colour scheme

Biont avatar Mar 02 '22 08:03 Biont

It is working for me (both with fish and zsh). But I'm colorblind and none of the themes look good while also cohering with the rest of the system. For example, one theme might look good for sway, waybar, and mako, but look bad for sway-launcher-desktop; or, vice-versa.

Since my op, I've developed my own colorblind theme for the terminal (kitty). Perhaps I can get it to work better with the rest of the system now.

In any case, it would be nice to customize the colors of this app independently of the terminal.

bound-variable avatar Mar 03 '22 20:03 bound-variable

In any case, it would be nice to customize the colors of this app independently of the terminal.

You can always create a wrapper script that defines your custom color scheme and then calls sway-launcher-desktop with it

Biont avatar Mar 04 '22 15:03 Biont

In any case, it would be nice to customize the colors of this app independently of the terminal.

You can always create a wrapper script that defines your custom color scheme and then calls sway-launcher-desktop with it

Okay, I'll try that. Thanks.

bound-variable avatar Mar 04 '22 19:03 bound-variable