tintanum

Crates.iotintanum
lib.rstintanum
version
sourcesrc
created_at2023-08-07 16:27:29.445516
updated_at2024-12-09 08:37:01.009614
descriptionObtain the system color scheme preference
homepage
repositoryhttps://github.com/d2weber/tintanum
max_upload_size
id938073
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(d2weber)

documentation

README

Tintanum

This is a deamon that listens for a change of the color scheme preference and changes config files accordingly. Currently supported:

Dependencies

  • cargo

  • pkill

Usage

Within the repository root run:

make install

Configure themes

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

Uninstall systemd service

make uninstall
Commit count: 31

cargo fmt