Crates.io | tintanum |
lib.rs | tintanum |
version | 0.1.0 |
source | src |
created_at | 2023-08-07 16:27:29.445516 |
updated_at | 2023-08-07 16:27:29.445516 |
description | Obtain the system color scheme preference |
homepage | |
repository | https://github.com/d2weber/tintanum |
max_upload_size | |
id | 938073 |
size | 39,504 |
This is a deamon that listens for a change of the color scheme preference and changes config files accordingly. Currently supported:
cargo
pkill
Within the repository root run:
make install
Specify your themes in the config:
import:
- ~/.config/alacritty/themes/themes/your-light-theme.yaml #[light]
# - ~/.config/alacritty/themes/themes/your-dark-theme.yaml #[dark]
As soon as the daemon runs it will adjust the commented lines according to the system scheme preference.
Uninstall systemd service
make uninstall