This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from ublue-os/fix-silverblue-options
fix: add gnome specific settings
- Loading branch information
Showing
15 changed files
with
97 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions
15
system_files/silverblue/usr/etc/dconf/db/local.d/01-ublue-framework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[org/gnome/desktop/interface] | ||
text-scaling-factor=1.25 | ||
|
||
[org/gnome/desktop/peripherals/touchpad] | ||
tap-to-click=true | ||
|
||
[org/gnome/mutter] | ||
experimental-features=['scale-monitor-framebuffer'] | ||
|
||
[org/gnome/desktop/background] | ||
picture-uri='file:///usr/share/backgrounds/framework_box.png' | ||
picture-uri-dark='file:///usr/share/backgrounds/framework_box.png' | ||
picture-options='zoom' | ||
primary-color='E6C39AFF' | ||
secondary-color='020201FF' |
10 changes: 10 additions & 0 deletions
10
system_files/silverblue/usr/lib/systemd/system/dconf-update.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Unit] | ||
Description=Update the dconf database onboot | ||
Documentation=https://github.com/coreos/rpm-ostree/issues/1944 | ||
|
||
[Service] | ||
Type=oneshot | ||
ExecStart=/usr/bin/dconf update | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
system_files/silverblue/usr/share/gnome-background-properties/FrameworkZB.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> | ||
<wallpapers> | ||
<wallpaper deleted="false"> | ||
<name>Frameworkzb</name> | ||
<filename>/usr/share/backgrounds/FrameworkZB.jpg</filename> | ||
<options>zoom</options> | ||
<shade_type>solid</shade_type> | ||
<pcolor>#323232</pcolor> | ||
<scolor>#83837B</scolor> | ||
</wallpaper> | ||
</wallpapers> |
12 changes: 12 additions & 0 deletions
12
system_files/silverblue/usr/share/gnome-background-properties/center.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> | ||
<wallpapers> | ||
<wallpaper deleted="false"> | ||
<name>Center</name> | ||
<filename>/usr/share/backgrounds/center.png</filename> | ||
<options>zoom</options> | ||
<shade_type>solid</shade_type> | ||
<pcolor>#0B0B0BFF</pcolor> | ||
<scolor>#211F1DFF</scolor> | ||
</wallpaper> | ||
</wallpapers> |
12 changes: 12 additions & 0 deletions
12
system_files/silverblue/usr/share/gnome-background-properties/frameworkZB_fedora.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> | ||
<wallpapers> | ||
<wallpaper deleted="false"> | ||
<name>Frameworkzb_fedora</name> | ||
<filename>/usr/share/backgrounds/frameworkZB_fedora.jpg</filename> | ||
<options>zoom</options> | ||
<shade_type>solid</shade_type> | ||
<pcolor>#323232</pcolor> | ||
<scolor>#646660</scolor> | ||
</wallpaper> | ||
</wallpapers> |
12 changes: 12 additions & 0 deletions
12
system_files/silverblue/usr/share/gnome-background-properties/framework_box.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> | ||
<wallpapers> | ||
<wallpaper deleted="false"> | ||
<name>Framework_box</name> | ||
<filename>/usr/share/backgrounds/framework_box.png</filename> | ||
<options>zoom</options> | ||
<shade_type>solid</shade_type> | ||
<pcolor>#E6C39AFF</pcolor> | ||
<scolor>#020201FF</scolor> | ||
</wallpaper> | ||
</wallpapers> |
12 changes: 12 additions & 0 deletions
12
system_files/silverblue/usr/share/gnome-background-properties/hills.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> | ||
<wallpapers> | ||
<wallpaper deleted="false"> | ||
<name>Hills</name> | ||
<filename>/usr/share/backgrounds/hills.jpg</filename> | ||
<options>zoom</options> | ||
<shade_type>solid</shade_type> | ||
<pcolor>#57351F</pcolor> | ||
<scolor>#C4D3DD</scolor> | ||
</wallpaper> | ||
</wallpapers> |