Skip to content

Commit

Permalink
Обновлено: Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 9, 2024
1 parent 3755cec commit 4bccf3f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions docs/apps/firefox.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,31 +47,37 @@ flatpak install flathub org.mozilla.firefox
snap install firefox
```

## Firefox Gnome theme
## Firefox GNOME theme

Для установки **Firefox GNOME theme** необходимо [устровить Firefox](/firefox#firefox) и запустить для формирования конфигурационных файлов.

Склонируйте скрипт и установите:

```shell
git clone https://github.com/rafaelmardojai/firefox-gnome-theme.git ~/.mozilla/firefox-gnome-theme/
cd ~/.mozilla/firefox-gnome-theme/
```
**Firefox Gnome theme <Badge type="warning" text="Sisyphus" />**

```shell
Запустите установочный скрипт `auto-install.sh`:

::: code-group

```shell[Cизиф]
./scripts/auto-install.sh -f ~/.mozilla/firefox/
```

**Firefox Gnome theme <Badge type="tip" text="Flatpak" />**

```shell
```shell[Flatpak]
./scripts/auto-install.sh -f ~/.var/app/org.mozilla.firefox/.mozilla/firefox
```
**Firefox Gnome theme <Badge type="danger" text="Snap" />**

```shell
```shell[Snap]
./scripts/auto-install.sh -f ~/snap/firefox/common/.mozilla/firefox
```

:::

![Firefox GNOME theme](/firefox/firefox-1.png)

### Включение дополнительных функций

Дополнительные функции можно включить, создав новые boolean настройки в `about:config`
Expand Down
Binary file added docs/public/firefox/firefox-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bccf3f

Please sign in to comment.