-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc84e13
commit 574db96
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Terminator AutoTheme Plugin | ||
|
||
A Terminator plugin to implement AutoTheme: | ||
Let profile follow system Dark/Light mode (when system theme change). | ||
|
||
https://github.com/gnome-terminator/terminator/issues/775 | ||
|
||
## requirements | ||
|
||
only tested with terminator 2.1.1+, on ubuntu 22 lts | ||
|
||
## Install | ||
|
||
1. Copy auto_theme.py to ~/.config/terminator/plugins/ | ||
2. Terminator Preferences > Plugins: enable `AutoTheme` | ||
|
||
## Usage | ||
you need 2 terminator profile, named `light` and `dark`, | ||
It will auto switch when system dark/light mode swtich. | ||
|
||
|