diff --git a/README.md b/README.md index 3bcd230..d71188c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # Night Theme Switcher -Change theme to dark variant when Night Light activates +Automatically change the GTK theme to dark variant when Night Light activates. + +![](./screenshot.gif) + +## Installation + +Clone the repository and enter the directory: + +```bash +git clone https://git.romainvigier.fr/Romain/nightthemeswitcher-gnome-shell-extension.git && cd nightthemeswitcher-gnome-shell-extension +``` + +Install using `make`: + +```bash +make install +``` + +Restart your GNOME session and enable the extension: + +```bash +gnome-shell-extension-tool -e nightthemeswitcher@romainvigier.fr +``` diff --git a/screenshot.gif b/screenshot.gif new file mode 100644 index 0000000..722cdf1 Binary files /dev/null and b/screenshot.gif differ