-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,9 @@ declare -A extension_codes | |
|
||
extension_codes["[email protected]"]=19 | ||
extension_codes["[email protected]"]=1160 | ||
# {{ if semverCompare "<22.04" .chezmoi.osRelease.versionID }} | ||
extension_codes["[email protected]"]=3628 | ||
# {{ end }} | ||
|
||
missing_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 |
---|---|---|
|
@@ -36,8 +36,12 @@ gsettings_ensure org.gnome.desktop.interface gtk-theme "Yaru-dark" | |
gsettings_ensure org.gnome.desktop.interface icon-theme "Yaru" | ||
gsettings_ensure org.gnome.desktop.interface cursor-theme "Yaru" | ||
gsettings_ensure org.gnome.desktop.sound theme-name "Yaru" | ||
# {{ if not .is_wsl }} | ||
# {{ if semverCompare ">=22.04" .chezmoi.osRelease.versionID }} | ||
gsettings_ensure org.gnome.desktop.interface color-scheme "prefer-dark" | ||
# {{ else }} | ||
# {{ if not .is_wsl }} | ||
gsettings_ensure org.gnome.shell.extensions.user-theme name "Yaru-dark" [email protected] | ||
# {{ end }} | ||
# {{ end }} | ||
|
||
# Configuring miscellaneous settings | ||
|