Files

50 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
SPDX-FileCopyrightText: Night Theme Switcher Contributors
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Night Theme Switcher
![](./res/screenshot.png)
Automatically toggle your desktops color scheme between light and dark, switch backgrounds and run custom commands at sunset and sunrise.
## Graphical installation
Visit [the extension page on extensions.gnome.org](https://extensions.gnome.org/extension/2236/night-theme-switcher/) and enable the extension.
## Command line installation
You will need these tools:
- `meson`
- `gettext`
- `glib-compile-schemas`
- `glib-compile-resources`
Clone the repository and enter the directory:
```bash
git clone https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension.git && cd nightthemeswitcher-gnome-shell-extension
```
Build and install using `meson`:
```bash
# System-wide installation
meson setup builddir && meson install -C builddir
# User installation
meson setup builddir --prefix=~/.local && meson install -C builddir
```
Restart your GNOME session and enable the extension:
```bash
gnome-extensions enable nightthemeswitcher@romainvigier.fr
```
## Contributing
You're welcome to contribute to the code or the translations! See [CONTRIBUTING.md](./CONTRIBUTING.md).