regolith-linux / regolith-styles

A convention for organizing Xresource-based theme data.
GNU General Public License v3.0
56 stars 21 forks source link

The Options of terminal transparency don't work #34

Closed takumiando closed 3 years ago

takumiando commented 3 years ago

I added the options of terminal transparency to /etc/regolith/styles/gnome. Other options work successfully, but the transparency options don't.

...
gnome.terminal.use-transparent-background true
gnome.terminal.background-transparency-percent 50

I could apply this changes from preference menu of gnome terminal, but I'd like to save/load them as style files. Regolith version is 1.5.0.

$ cat /etc/regolith/version
REGOLITH_VERSION=1.5.0

I referred this page. https://regolith-linux.org/docs/reference/xresources/

Do I need something else?

moritzheiber commented 3 years ago

Please read up on the docs about overriding Xresources. If there are other enhancements or issue you might have you can file another issue for them :slightly_smiling_face:

kgilmer commented 3 years ago

Actually this is my bad, I did not release the change to the package needed for this feature to work. This will go into 1.5.1. Thanks for the bug report @takumiando :smile:

kgilmer commented 3 years ago

fix: https://github.com/regolith-linux/regolith-ftue/commit/47420570d09b18f676a0d239daf7784284e75cc9

Change is building into unstable now.

kgilmer commented 3 years ago

This should be resolved, closing.