-
Notifications
You must be signed in to change notification settings - Fork 6
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
18 changed files
with
102 additions
and
69 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
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
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
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
Submodule elementary.icons
updated
298 files
Submodule workstation-ostree-config
added at
b2ed24
Submodule workstation-ostree-config_f38
updated
from b2ed24 to 3ff6ec
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
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,40 @@ | ||
include: [ | ||
"../../../lib/workstation-ostree-config_f38/fedora-common-ostree-pkgs.yaml" | ||
] | ||
|
||
releasever: "38" | ||
|
||
packages: | ||
- distribution-gpg-keys | ||
- fedora-release | ||
- fedora-release-ostree-desktop | ||
- fedora-repos-archive | ||
- fedora-repos-ostree | ||
- elfutils-libelf-devel | ||
- firewalld | ||
- glibc-devel | ||
- hfsplus-tools | ||
- kernel-devel | ||
- lvm2 | ||
- rpm-ostree | ||
- xdg-user-dirs-gtk | ||
packages-x86_64: | ||
- efibootmgr | ||
- grub2-efi-ia32 | ||
- grub2-efi-x64 | ||
- grub2-pc | ||
- hyperv-daemons | ||
- mcelog | ||
- microcode_ctl | ||
- open-vm-tools-desktop | ||
- ostree-grub2 | ||
- shim-ia32 | ||
- shim-x64 | ||
- thermald | ||
- virtualbox-guest-additions | ||
- xorg-x11-drv-amdgpu | ||
- xorg-x11-drv-intel | ||
- xorg-x11-drv-vesa | ||
- xorg-x11-drv-vmware | ||
exclude-packages: | ||
- PackageKit |
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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
packages: | ||
- flatpak | ||
- xdg-desktop-portal | ||
- xdg-desktop-portal-gtk |
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
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
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
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 |
---|---|---|
@@ -1,27 +1,22 @@ | ||
#!/usr/bin/env bash | ||
|
||
_devel_wallpaper="devel-wallpaper" | ||
_fallback_wallpaper="phil-botha-a0TJ3hy-UD8-unsplash" | ||
_wallpaper_dir="/usr/share/backgrounds/default" | ||
|
||
wallpaper="" | ||
pantheon_system_background="" | ||
|
||
case $_os_version_id in | ||
"4.0"*) wallpaper="default/jeremy-gerritsen-_iviuukstI4-unsplash" ;; | ||
"4.1"*) wallpaper="default/dustin-humes-OrO_HSqlZMY-unsplash" ;; | ||
"5.0"*) wallpaper="default/zara-walker-_pC5hT6aXfs-unsplash" ;; | ||
*) | ||
wallpaper="$_devel_wallpaper" | ||
pantheon_system_background="phil-botha-a0TJ3hy-UD8-unsplash" | ||
;; | ||
"4.0"*) wallpaper="jeremy-gerritsen-_iviuukstI4-unsplash" ;; | ||
"4.1"*) wallpaper="dustin-humes-OrO_HSqlZMY-unsplash" ;; | ||
"4.2"*) wallpaper="piermanuele-sberni-9jVmJ_mBRE8-unsplash~3967x2645" ;; | ||
"5.0"*) wallpaper="zara-walker-_pC5hT6aXfs-unsplash" ;; | ||
*) wallpaper="$_fallback_wallpaper" ;; | ||
esac | ||
|
||
[[ $pantheon_system_background == "" ]] && pantheon_system_background="$wallpaper" | ||
[[ $wallpaper != $_devel_wallpaper ]] && rm "/usr/share/backgrounds/${_devel_wallpaper}.jpg" | ||
|
||
if [[ -f "/usr/share/backgrounds/$wallpaper.jpg" ]]; then | ||
set_property /usr/share/glib-2.0/schemas/00_sodalite.gschema.override picture-uri "'file:\/\/\/usr\/share\/backgrounds\/$(echo $wallpaper | sed "s|/|\\\/|g").jpg'" | ||
if [[ -f "${_wallpaper_dir}/$wallpaper.jpg" ]]; then | ||
set_property /usr/share/glib-2.0/schemas/00_sodalite.gschema.override picture-uri "'file:\/\/$(echo "${_wallpaper_dir}/$wallpaper" | sed "s|/|\\\/|g").jpg'" | ||
|
||
if [[ $_os_core == "pantheon" ]]; then | ||
ln -s /usr/share/backgrounds/$pantheon_system_background.jpg /usr/share/backgrounds/elementaryos-default | ||
ln -s "${_wallpaper_dir}/$wallpaper.jpg" /usr/share/backgrounds/elementaryos-default | ||
fi | ||
fi |
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
This file was deleted.
Oops, something went wrong.