Skip to content

Commit

Permalink
Improve Ubuntu 24.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Apr 25, 2024
1 parent 4e9cd93 commit 41b9eb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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=()

Expand Down
6 changes: 5 additions & 1 deletion home/.chezmoiscripts/run_after_82-configure-gnome.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41b9eb0

Please sign in to comment.