/pop-theme-toggle

Toggles between light and dark for pop theme (and allows you to specify dark or light)

Primary LanguageRustMIT LicenseMIT

Pop Theme Toggle

Pop Theme Toggle is a simple script which will toggle between dark and light themes for Pop!_OS.

Requirements

Rust

To compile this project you will need to have the Rust compiler available on your computer.

User Themes

If GNOME User Themes extension is not installed or enabled, this script will still be able to modify the shell theme, though better support is likely possible if user-themes is installed.

Install

Clone the GitHub repository and install using Make.

$ git clone https://github.com/kylecorry31/pop-theme-toggle
$ cd pop-theme-toggle
$ make
$ make install

Usage

Switch to Dark Theme

pop-theme-toggle dark

Switch to Light Theme

pop-theme-toggle light

Switch to Slim Light Theme

pop-theme-toggle slim-light

Switch to Slim Dark Theme

pop-theme-toggle slim-dark

Toggle Between Dark and Light

pop-theme-toggle toggle

Switch to Slim Theme

pop-theme-toggle slim

License

This project is licensed under the MIT License.