diff --git a/data/backgrounds/calm-blue.png b/data/backgrounds/calm-blue.png deleted file mode 100644 index 0e1b8f10..00000000 Binary files a/data/backgrounds/calm-blue.png and /dev/null differ diff --git a/data/backgrounds/calm-blue.webp b/data/backgrounds/calm-blue.webp new file mode 100644 index 00000000..f4bddb17 Binary files /dev/null and b/data/backgrounds/calm-blue.webp differ diff --git a/data/backgrounds/circuits.png b/data/backgrounds/circuits.png deleted file mode 100644 index 19d96327..00000000 Binary files a/data/backgrounds/circuits.png and /dev/null differ diff --git a/data/backgrounds/circuits.webp b/data/backgrounds/circuits.webp new file mode 100644 index 00000000..6352b7de Binary files /dev/null and b/data/backgrounds/circuits.webp differ diff --git a/data/backgrounds/secret-chest.png b/data/backgrounds/secret-chest.png deleted file mode 100644 index feed4ab7..00000000 Binary files a/data/backgrounds/secret-chest.png and /dev/null differ diff --git a/data/backgrounds/secret-chest.webp b/data/backgrounds/secret-chest.webp new file mode 100644 index 00000000..a66f0ffb Binary files /dev/null and b/data/backgrounds/secret-chest.webp differ diff --git a/data/backgrounds/simple-2.png b/data/backgrounds/simple-2.png deleted file mode 100644 index 3836099c..00000000 Binary files a/data/backgrounds/simple-2.png and /dev/null differ diff --git a/data/backgrounds/simple-2.webp b/data/backgrounds/simple-2.webp new file mode 100644 index 00000000..3bb4b276 Binary files /dev/null and b/data/backgrounds/simple-2.webp differ diff --git a/data/backgrounds/simple.png b/data/backgrounds/simple.png deleted file mode 100644 index 1af30658..00000000 Binary files a/data/backgrounds/simple.png and /dev/null differ diff --git a/data/backgrounds/simple.webp b/data/backgrounds/simple.webp new file mode 100644 index 00000000..ecd240e1 Binary files /dev/null and b/data/backgrounds/simple.webp differ diff --git a/data/backgrounds/snow.png b/data/backgrounds/snow.png deleted file mode 100644 index 01ea326a..00000000 Binary files a/data/backgrounds/snow.png and /dev/null differ diff --git a/data/backgrounds/snow.webp b/data/backgrounds/snow.webp new file mode 100644 index 00000000..cc547400 Binary files /dev/null and b/data/backgrounds/snow.webp differ diff --git a/data/meson.build b/data/meson.build index 89a8327e..85c2da18 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,11 +1,11 @@ background_dir = join_paths(get_option('prefix'), 'share', 'wf-shell', 'backgrounds') -install_data(join_paths('backgrounds','calm-blue.png'), install_dir: background_dir) -install_data(join_paths('backgrounds','circuits.png'), install_dir: background_dir) -install_data(join_paths('backgrounds','secret-chest.png'), install_dir: background_dir) -install_data(join_paths('backgrounds','simple.png'), install_dir: background_dir) -install_data(join_paths('backgrounds','simple-2.png'), install_dir: background_dir) -install_data(join_paths('backgrounds','snow.png'), install_dir: background_dir) +install_data(join_paths('backgrounds','calm-blue.webp'), install_dir: background_dir) +install_data(join_paths('backgrounds','circuits.webp'), install_dir: background_dir) +install_data(join_paths('backgrounds','secret-chest.webp'), install_dir: background_dir) +install_data(join_paths('backgrounds','simple.webp'), install_dir: background_dir) +install_data(join_paths('backgrounds','simple-2.webp'), install_dir: background_dir) +install_data(join_paths('backgrounds','snow.webp'), install_dir: background_dir) install_data(join_paths('backgrounds','wallpaper.jpg'), install_dir: background_dir) install_data('wayfire.png', install_dir: icon_dir)