Skip to content

Commit

Permalink
Добавлено новое расширение: Blur My Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Katze-942 committed Feb 17, 2024
1 parent 9f171ae commit 72d0322
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _data/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ export const docs = [
{ text: 'GSConnect', link: '/gsconnect' },
{ text: 'Legacy (GTK3) Theme Scheme Auto Switcher', link: '/legacy-theme-auto-switcher.md' },
{ text: 'Nautilus Backspace Back', link: '/nautilus-backspace-back' },
{ text: 'Custom Accent Colors', link: '/custom-accent-colors.md' }
{ text: 'Custom Accent Colors', link: '/custom-accent-colors.md' },
{ text: 'Blur my Shell', link: '/blur-my-shell' }
],
collapsed: true
},
Expand Down
41 changes: 41 additions & 0 deletions docs/extensions/blur-my-shell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Blur my Shell
pluginID: 3193
packageName: gnome-shell-extension-blur-my-shell
---

# Blur my Shell

Расширение добавляет размытие различным частям оболочки GNOME, включая верхнюю панель, обзор и так далее.

![Демонстрация расширения Blur my Shell](/blur-my-shell/blur-my-shell.png)

Можно настроить силу размытия, яркость и множество других параметров.
![Настройки Blur my Shell](/blur-my-shell/settings.png)

<!--@include: ./parts/show-install-steps.md-->

## Установка {{ $frontmatter.title }} из репозитория

Данный способ установки расширений крайне **не рекомендуется**, но имеет право на жизнь:

::: code-group
```shell[apt-get]
su -
apt-get update
apt-get install gnome-shell-extension-blur-my-shell
```

```shell[epm]
epm -i gnome-shell-extension-blur-my-shell
```
:::

<!--@include: ./parts/install-from-repository.md-->

## Известные проблемы
### Окна мерцают или исчезают на втором мониторе
Зайдите в настройки расширения, в меню Application и выключите пункт "Application blur"
### Остальные проблемы (решение неизвестно)
- Размытие может не появляться в обзоре из-за второго монитора.
- Между рабочими столами может возникнуть прозрачный "зазор". Его отчётливо видно, если переключаться между рабочими столами при помощи жестов тачпада.
Binary file added docs/public/blur-my-shell/blur-my-shell.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/blur-my-shell/settings.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 72d0322

Please sign in to comment.