command
module
Version:
v0.0.0-...-63a07d6
Opens a new window with list of versions in this module.
Published: Oct 26, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
theme-switcher
This configures kitty and helix to honor the GNOME-wide color scheme (Dark mode
or not).
For this to work, it needs pkill
and gsettings
in $PATH
.
Home-Manager config:
systemd.user.services.theme-switcher = {
Service = {
Type = "simple";
ExecStart = "${theme-switcher}/bin/theme-switcher";
};
Install.WantedBy = [ "default.target" ];
};
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.