Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add install script #2

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# An elementary OS theme for Thunderbird

![Screenshot](Thunderbird_eOS_supernova_theme.png)
## Installation

## ⬇️ Installation

For now theme installation is supported for:

1. [🐦 Thunderbird](https://www.thunderbird.net/en-US/) installed with apt package manager.
Install it with command `sudo apt install thunderbird`.
2. [🐦 Thunderbird 📦 Flatpak version](https://flathub.org/apps/details/org.mozilla.Thunderbird).
Install it using AppCenter.

Use this one line install script to install theme. Just copy the line to your terminal and press enter:

```bash
bash <(wget --quiet --output-document - "https://raw.githubusercontent.com/Zonnev/elementaryos-thunderbird-theme/main/install.sh")
```

Or install theme manually:

1. Install Thunderbird in AppCenter or type `sudo apt install thunderbird` in the Terminal.
2. Create the `chrome` folder in: `~/.var/app/org.mozilla.Thunderbird/.thunderbird/<profilefolder>` if you installed in the AppCenter.
Expand All @@ -10,7 +27,7 @@
6. In Thunderbird enter the Menu and select Settings, scroll all the way down till you see the Config Editor button. Press the button and search for `toolkit.legacyUserProfileCustomizations.stylesheets` and set it to `true`.
7. Restart Thunderbird and the theme should be applied.

## Work in progress
## 🚧 Work in progress

For now this theme only supports a manual install. The Thunderbird theme supports all window control layouts set in Pantheon Tweaks. We want to make an install script which automatically selects the window control layout in use and will make installing the Thunderbird theme much more easy.

Expand Down
Loading