Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
[pull] main from ublue-os:main (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaukeboe authored Oct 29, 2023
1 parent 0c9adef commit 6c63ee4
Show file tree
Hide file tree
Showing 20 changed files with 207 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
- cron: '15 09 * * *' # 9:15am everyday
merge_group:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
workflow_dispatch:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ RUN curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/latest/dow
mv ./kind /usr/bin/kind

# Install DevPod
RUN rpm-ostree install $(curl https://api.github.com/repos/loft-sh/devpod/releases/latest | jq -r '.assets[] | select(.name| test(".*x86_64.rpm$")).browser_download_url') && \
wget https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64 -O /tmp/devpod && \
RUN rpm-ostree install https://github.com/loft-sh/devpod/releases/download/v0.3.7/DevPod_linux_x86_64.rpm && \
wget https://github.com/loft-sh/devpod/releases/download/v0.3.7/devpod-linux-amd64 -O /tmp/devpod && \
install -c -m 0755 /tmp/devpod /usr/bin

# Install kns/kctx and add completions for Bash
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
33 changes: 33 additions & 0 deletions usr/share/backgrounds/bluefin/bluefin-autumn-dynamic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<background>
<starttime>
<year>2023</year>
<month>04</month>
<day>18</day>
<hour>8</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- This animation will start at 8 AM. -->
<!-- We start with day at 8 AM. It will remain up for 10 hours. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_AutumnDay_Post.webp</file>
</static>
<!-- Day ended and starts to transition to night at 6 PM. The transition lasts for 2 hours, ending at 8 PM. -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_AutumnDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AutumnNight_Post.webp</to>
</transition>
<!-- It's 8 PM, we're showing the night till 6 AM. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_AutumnNight_Post.webp</file>
</static>
<!-- It's 6 AM, and we're starting to transition to day. Transition completes at 8 AM. -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_AutumnNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AutumnDay_Post.webp</to>
</transition>
</background>
33 changes: 33 additions & 0 deletions usr/share/backgrounds/bluefin/bluefin-spring-dynamic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<background>
<starttime>
<year>2023</year>
<month>04</month>
<day>18</day>
<hour>8</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- This animation will start at 8 AM. -->
<!-- We start with day at 8 AM. It will remain up for 10 hours. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_SpringDay_Post.webp</file>
</static>
<!-- Day ended and starts to transition to night at 6 PM. The transition lasts for 2 hours, ending at 8 PM. -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_SpringDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SpringNight_Post.webp</to>
</transition>
<!-- It's 8 PM, we're showing the night till 6 AM. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_SpringNight_Post.webp</file>
</static>
<!-- It's 6 AM, and we're starting to transition to day. Transition completes at 8 AM. -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_SpringNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SpringDay_Post.webp</to>
</transition>
</background>
33 changes: 33 additions & 0 deletions usr/share/backgrounds/bluefin/bluefin-summer-dynamic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<background>
<starttime>
<year>2023</year>
<month>04</month>
<day>18</day>
<hour>8</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- This animation will start at 8 AM. -->
<!-- We start with day at 8 AM. It will remain up for 10 hours. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_SummerDay_Post.webp</file>
</static>
<!-- Day ended and starts to transition to night at 6 PM. The transition lasts for 2 hours, ending at 8 PM. -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_SummerDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SummerNight_Post.webp</to>
</transition>
<!-- It's 8 PM, we're showing the night till 6 AM. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_SummerNight_Post.webp</file>
</static>
<!-- It's 6 AM, and we're starting to transition to day. Transition completes at 8 AM. -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_SummerNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SummerDay_Post.webp</to>
</transition>
</background>
33 changes: 33 additions & 0 deletions usr/share/backgrounds/bluefin/bluefin-winter-dynamic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<background>
<starttime>
<year>2023</year>
<month>04</month>
<day>18</day>
<hour>8</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- This animation will start at 8 AM. -->
<!-- We start with day at 8 AM. It will remain up for 10 hours. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_WinterDay_Post.webp</file>
</static>
<!-- Day ended and starts to transition to night at 6 PM. The transition lasts for 2 hours, ending at 8 PM. -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_WinterDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_WinterNight_Post.webp</to>
</transition>
<!-- It's 8 PM, we're showing the night till 6 AM. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_WinterNight_Post.webp</file>
</static>
<!-- It's 6 AM, and we're starting to transition to day. Transition completes at 8 AM. -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_WinterNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_WinterDay_Post.webp</to>
</transition>
</background>
Binary file added usr/share/backgrounds/chicken.webp
Binary file not shown.
14 changes: 14 additions & 0 deletions usr/share/gnome-background-properties/bluefin-autumn-dynamic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Bluefin - Autumn Dynamic</name>
<filename>/usr/share/backgrounds/bluefin/bluefin-autumn-dynamic.xml</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#2A1413</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>


14 changes: 14 additions & 0 deletions usr/share/gnome-background-properties/bluefin-spring-dynamic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Bluefin - Spring Dynamic</name>
<filename>/usr/share/backgrounds/bluefin/bluefin-spring-dynamic.xml</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#3A663F</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>


14 changes: 14 additions & 0 deletions usr/share/gnome-background-properties/bluefin-summer-dynamic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Bluefin - Summer Dynamic</name>
<filename>/usr/share/backgrounds/bluefin/bluefin-summer-dynamic.xml</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#F99F53</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>


14 changes: 14 additions & 0 deletions usr/share/gnome-background-properties/bluefin-winter-dynamic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Bluefin - Summer Dynamic</name>
<filename>/usr/share/backgrounds/bluefin/bluefin-winter-dynamic.xml</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#8198A7</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>


13 changes: 13 additions & 0 deletions usr/share/gnome-background-properties/chicken.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Bluefin</name>
<filename>/usr/share/backgrounds/chicken.webp</filename>
<filename-dark>/usr/share/backgrounds/chicken.webp</filename-dark>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#5F7491</pcolor>
<scolor>#332829</scolor>
</wallpaper>
</wallpapers>

0 comments on commit 6c63ee4

Please sign in to comment.