-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Set custom distro details for NVIDIA edition
feat(gnome): Enable supergfxctl-gex on NVIDIA builds by default
- Loading branch information
Showing
3 changed files
with
50 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[General] | ||
LogoPath=/usr/share/pixmaps/system-logo-white.png | ||
Name=Bazzite | ||
Website=https://bazzite.gg | ||
Variant=NVIDIA Edition |
42 changes: 42 additions & 0 deletions
42
system_files/nvidia/shared/usr/share/ublue-os/bazzite/neofetch.conf
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,42 @@ | ||
print_info () { | ||
info title | ||
info underline | ||
|
||
oci="Bazzite (NVIDIA Edition) x86_64" | ||
info "Host" model | ||
info "OCI" oci | ||
info "OS" distro | ||
info "Kernel" kernel | ||
info "Uptime" uptime | ||
info "Packages" packages | ||
info "Shell" shell | ||
info "Resolution" resolution | ||
info "DE" de | ||
info "WM" wm | ||
info "WM Theme" wm_theme | ||
info "Theme" theme | ||
info "Icons" icons | ||
info "Terminal" term | ||
info "Terminal Font" term_font | ||
info "CPU" cpu | ||
info "GPU" gpu | ||
info "Memory" memory | ||
|
||
# The lines below with a '#' in front are additional info functions | ||
# that are disabled by default. Removing the '#' enables them and adding | ||
# a '#' to the start disables them again. You can add a '#' to any of the | ||
# lines in this function to disable their output. | ||
|
||
# info "CPU Usage" cpu_usage | ||
# info "Disk" disk | ||
# info "Battery" battery | ||
# info "Font" font | ||
# info "Song" song | ||
# info "Local IP" local_ip | ||
# info "Public IP" public_ip | ||
# info "Users" users | ||
# info "Birthday" birthday | ||
|
||
info cols | ||
} | ||
|
3 changes: 3 additions & 0 deletions
3
system_files/nvidia/silverblue/usr/etc/dconf/db/local.d/05-bazzite-extensions
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,3 @@ | ||
[org/gnome/shell] | ||
enabled-extensions=['s76-scheduler@mattjakeman.com', 'logomenu@aryan_k', 'appindicatorsupport@rgcjonas.gmail.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'gsconnect@andyholmes.github.io', 'just-perfection-desktop@just-perfection', 'blur-my-shell@aunetx', 'supergfxctl-gex@asus-linux.org'] | ||
disabled-extensions=['background-logo@fedorahosted.org'] |