Open yurenchen000 opened 1 year ago
Is it possible implement it in main app? OR maybe I'll try to do it in plugin.
My only concern is that the plugin does not have a settings page, then have to add a right-click menu as the setting entry (if implement in plugin)
Gtk3 Monitor gnome theme change ^1
BTW: when change profile's Palette Built-in schemes, the current terminals not apply changes (but pick color in Custom scheme, it will apply)
Maybe there need a Apply
button ( to apply changes to current opened terminals )?
BTW: how about add other custom palette as schemes, then it's easy to select from list.
so that they can be freely combined into profiles easily
Isn't this the same as #72?
Isn't this the same as #72?
I though it's related,
I think theme has 2 part:
I got some methods to implement it, I'll try it when i free
dark on dark, light on light
different with system theme
It would be nice to be able to set preferred light/dark color scheme so when theme is set to sync with the system to use one of them.
Is it possible to send some form of a signal to the running terminators to make them change the profile? That would be a good-enough walkaround for me.
https://github.com/yurenchen000/terminator-autotheme-plugin
@claudiuxyz @adamryczkowski @waldyrious
hi there, good news!
i made it ✨
preview:
How easy would it be to incorporate this into terminator itself? If it's not easy, then can I copy your plugin into the included plugins/
directory?
@mattrose
How easy would it be to incorporate this into terminator itself?
i think it's very easy.
the core code (about theme change detect & profile switch) only about twenty lines (in the just work version 0.9.0) //maybe dark detect is differ on other system, only tested on ubuntu22, gnome 42
all other code is about config save, setting panel, preview, indicator https://github.com/yurenchen000/terminator-autotheme-plugin/releases
maybe the only thing need to think about is the settings UI
If it's not easy, then can I copy your plugin into the included
plugins/
directory?
of course yes if you wish
like github theme settings:
the gnome theme: light or dark