Skip to content

Commit 0597409

Browse files
castrojoCopilot
andauthored
fix(gnome): use gsettings override for blur-my-shell (#4819)
Co-authored-by: castrojo <castrojo@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 41e12ab commit 0597409

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[org.gnome.shell.extensions.blur-my-shell.popup]
2+
blur=false

system_files/shared/usr/share/ublue-os/user-setup.hooks.d/10-theming.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ version-script theming user 1 || exit 0
66

77
set -xeuo pipefail
88

9-
echo 'Disabling Blur my Shell popup blur by default'
10-
dconf write /org/gnome/shell/extensions/blur-my-shell/popup/blur false
11-
129
VEN_ID="$(cat /sys/devices/virtual/dmi/id/chassis_vendor)"
1310

1411
if [[ ":Framework:" =~ :$VEN_ID: ]]; then

0 commit comments

Comments
 (0)