chore: Set the desktop background by default

This commit is contained in:
Kyle Gospodnetich 2023-12-19 15:52:25 -08:00
parent c9e6c6514f
commit 1a19bd6948
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[org/gnome/shell]
enabled-extensions=['s76-scheduler@mattjakeman.com', 'logomenu@aryan_k', 'appindicatorsupport@rgcjonas.gmail.com', 'gnome-shell-extension-user-theme', gsconnect@andyholmes.github.io']
enabled-extensions=['s76-scheduler@mattjakeman.com', 'logomenu@aryan_k', 'appindicatorsupport@rgcjonas.gmail.com', 'gnome-shell-extension-user-theme', 'gsconnect@andyholmes.github.io']
disabled-extensions=['background-logo@fedorahosted.org']

View File

@ -12,3 +12,18 @@ gtk-theme='adw-gtk3-dark'
[org/gnome/mutter]
center-new-windows=true
[org/gnome/desktop/background]
color-shading-type='solid'
picture-options='zoom'
picture-uri='file:///usr/share/backgrounds/steamdeck/Steam%20Deck%20Logo%20Default.jpg'
picture-uri-dark='file:///usr/share/backgrounds/steamdeck/Steam%20Deck%20Logo%20Default.jpg'
primary-color='#1A2336'
secondary-color='#211B33'
[org/gnome/desktop/screensaver]
color-shading-type='solid'
picture-options='zoom'
picture-uri='file:///usr/share/backgrounds/steamdeck/Steam%20Deck%20Logo%20Default.jpg'
primary-color='#1A2336'
secondary-color='#211B33'