Compare commits

6 Commits

Author SHA1 Message Date
05211ae180 remove-hyprpanel (#55)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 13m26s
Reviewed-on: #55
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-08-14 20:46:08 -04:00
2970015961 Returned back to original gitea action (#54)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 12m8s
Reviewed-on: #54
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-08-02 12:36:34 -04:00
8f84dc8588 Changed from github.token to secrets.GITHUB_TOKEN (#53)
Reviewed-on: #53
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-08-02 03:27:24 -04:00
20ce492ec1 Added back registry token for github (#52)
Reviewed-on: #52
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-08-02 00:49:08 -04:00
fac4e4144a Changed target to publish main releases to github (#51)
Reviewed-on: #51
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-08-01 23:50:27 -04:00
42e52e93e7 deprecate-nvidia-use-github (#50)
Reviewed-on: #50
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-08-01 21:09:36 -04:00
8 changed files with 9 additions and 67 deletions

View File

@@ -1,36 +0,0 @@
name: bluebuild test pr
on:
pull_request:
workflow_dispatch: # allow manually triggering builds
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
bluebuild:
name: Build Custom Image
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
strategy:
fail-fast: false # stop GH from cancelling all matrix builds if one fails
matrix:
recipe:
# !! Add your recipes here
- recipe.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.8
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry: 'git.hydrosaber.com'
registry_token: ${{ secrets.PACKAGE_BUILDER_TOKEN }}
pr_event_number: ${{ github.event.number }}
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true

View File

@@ -9,6 +9,7 @@ on:
- main
paths-ignore: # don't rebuild if only documentation has changed
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
concurrency:
# only run one build at a time
@@ -42,4 +43,3 @@ jobs:
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true
rechunk: true

View File

@@ -1,4 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEzzK2nfqN5MlTqBitNsehDVnITGSF
r9FQRKI6dNDXRjlKgcMaa88Mb9FdfqFVHSPesN1mHz3/QfZIPG/s7mJAfw==
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEDgbLqIZdNv3Lx7jEKq3l6UImgXi/
MdQ51/79s4zfI2f4wQ8ran/sZO3y91hhsImytGqfSpNZmMV8T0rmOAAXkg==
-----END PUBLIC KEY-----

View File

@@ -1,18 +0,0 @@
[Unit]
Description=A panel bar branched from AGS maintained by Hyprland devs.
# order startup after WM
After=graphical-session.target
[Service]
Type=exec
# Repurpose XDG Autostart filtering
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
ExecStart=/usr/bin/hyprpanel
Restart=on-failure
Slice=app-graphical.slice
[Install]
WantedBy=graphical-session.target
# Alternatively can be wanted by specific WMs' targets
# Should also be duplicated in 'After=' to avoid ordering loop
#WantedBy=wayland-session@hyprland.desktop.target

View File

@@ -8,6 +8,5 @@ modules:
enabled:
- flatpak-user-update.timer
- swww.service
- hyprpanel.service
# - quickshell.service
- quickshell.service
- hyprpolkitagent.service

View File

@@ -4,7 +4,6 @@ modules:
nonfree: rpmfusion
files:
- codium.repo
- https://openrazer.github.io/hardware:razer.repo
copr:
- mavit/discover-overlay
keys:
@@ -25,6 +24,9 @@ modules:
- ffmpegthumbnailer
# music / video player
- vlc
# text editor
- neovim
- codium
@@ -61,9 +63,6 @@ modules:
# for performance view
- mangohud
# simple editing softare
- avidemux
remove:
packages:
# remove firefox

View File

@@ -16,8 +16,5 @@ modules:
- swww
- matugen
# hyprpanel
- hyprpanel
# quickshell
- quickshell

View File

@@ -14,3 +14,4 @@ modules:
- gnome-themes-extra
- papirus-icon-theme
- bibata-cursor-themes
- material-icons-fonts