Skip to content

Commit

Permalink
^dconf
Browse files Browse the repository at this point in the history
^gdm
  • Loading branch information
rauldipeas committed Nov 17, 2024
1 parent 9fb3666 commit 38e1df5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hooks/apt/gdm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -e
apt install -y imagemagick
mkdir -p /usr/share/backgrounds/gdm
convert /usr/share/backgrounds/unsplash/john-towner-JgOeRuGD_Y4-unsplash.jpg -blur 0x80 /usr/share/backgrounds/gdm/blurred_unsplash-gdm.jpg
convert /usr/share/backgrounds/unsplash/john-towner-JgOeRuGD_Y4-unsplash.jpg -blur 0x60 /usr/share/backgrounds/gdm/blurred_unsplash-gdm.jpg
apt autoremove --purge -y imagemagick
wget -qO /etc/gdm3/greeter.dconf-defaults https://github.com/rauldipeas/respin-rdx/raw/main/settings/dconf-greeter.ini
6 changes: 6 additions & 0 deletions settings/dconf-greeter.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[org/gnome/desktop/background]
color-shading-type='solid'
picture-options='zoom'
picture-uri='file:///usr/share/backgrounds/gdm/blurred_unsplash-gdm.jpg'
picture-uri-dark='file:///usr/share/backgrounds/gdm/blurred_unsplash-gdm.jpg'
primary-color='#241f31'
secondary-color='#000000'


[org/gnome/desktop/input-sources]
sources=[('xkb', 'us'), ('xkb','br')]
Expand Down

0 comments on commit 38e1df5

Please sign in to comment.