Compare commits

6 Commits

Author SHA1 Message Date
c2773ecfc0 Added back vlc
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 8m30s
2025-09-21 22:22:29 -04:00
794b8364b4 Remove remnants of swww and codium, and removed monitors.conf from skel 2025-09-21 19:22:30 -04:00
47d74d8265 Removed codium package
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m34s
2025-09-21 17:12:32 -04:00
d7cd51d3b0 removed vlc and discover overlay
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Has been cancelled
2025-09-21 16:51:14 -04:00
66c4724954 Removed cloning chezmoi into skel 2025-09-21 16:31:46 -04:00
bd4c161c45 Switch to the git quickshell version 2025-09-21 16:31:09 -04:00
17 changed files with 27 additions and 67 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
cosign.key cosign.key
cosign.private cosign.private
/Containerfile /Containerfile
/.bluebuild-scripts_*

View File

@@ -31,7 +31,7 @@ sed -i "s|^HOME_URL=.*|HOME_URL=\"$HOME_URL\"|" /usr/lib/os-release
sed -i "s|^DOCUMENTATION_URL=.*|DOCUMENTATION_URL=\"$DOCUMENTATION_URL\"|" /usr/lib/os-release sed -i "s|^DOCUMENTATION_URL=.*|DOCUMENTATION_URL=\"$DOCUMENTATION_URL\"|" /usr/lib/os-release
sed -i "s|^SUPPORT_URL=.*|SUPPORT_URL=\"$SUPPORT_URL\"|" /usr/lib/os-release sed -i "s|^SUPPORT_URL=.*|SUPPORT_URL=\"$SUPPORT_URL\"|" /usr/lib/os-release
sed -i "s|^BUG_REPORT_URL=.*|BUG_REPORT_URL=\"$BUG_SUPPORT_URL\"|" /usr/lib/os-release sed -i "s|^BUG_REPORT_URL=.*|BUG_REPORT_URL=\"$BUG_SUPPORT_URL\"|" /usr/lib/os-release
sed -i "s|^CPE_NAME=\"cpe:/o:fedoraproject:fedora|CPE_NAME=\"cpe:/o:linux:${IMAGE_PRETTY_NAME,}|" /usr/lib/os-release sed -i "s|^CPE_NAME=\"cpe:/o:fedoraproject:fedora|CPE_NAME=\"cpe:/o:wayblue:${IMAGE_PRETTY_NAME,}|" /usr/lib/os-release
sed -i "s/^DEFAULT_HOSTNAME=.*/DEFAULT_HOSTNAME=\"${IMAGE_PRETTY_NAME,}\"/" /usr/lib/os-release sed -i "s/^DEFAULT_HOSTNAME=.*/DEFAULT_HOSTNAME=\"${IMAGE_PRETTY_NAME,}\"/" /usr/lib/os-release
sed -i "s/^ID=fedora/ID=\"${IMAGE_LIKE,}\"\nID_LIKE=\"${IMAGE_PRETTY_NAME,}\"/" /usr/lib/os-release sed -i "s/^ID=fedora/ID=\"${IMAGE_LIKE,}\"\nID_LIKE=\"${IMAGE_PRETTY_NAME,}\"/" /usr/lib/os-release
sed -i "/^REDHAT_BUGZILLA_PRODUCT=/d; /^REDHAT_BUGZILLA_PRODUCT_VERSION=/d; /^REDHAT_SUPPORT_PRODUCT=/d; /^REDHAT_SUPPORT_PRODUCT_VERSION=/d" /usr/lib/os-release sed -i "/^REDHAT_BUGZILLA_PRODUCT=/d; /^REDHAT_BUGZILLA_PRODUCT_VERSION=/d; /^REDHAT_SUPPORT_PRODUCT=/d; /^REDHAT_SUPPORT_PRODUCT_VERSION=/d" /usr/lib/os-release

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -oue pipefail
QUALIFIED_KERNEL="$(rpm -qa | grep -P 'kernel-(\d+\.\d+\.\d+)' | sed -E 's/kernel-//')"
sudo akmods --kernels $QUALIFIED_KERNEL

View File

@@ -4,7 +4,7 @@
set -oue pipefail set -oue pipefail
echo "INFO: grab kernel module" echo "INFO: grab kernel module"
KERNEL_VER="$(rpm -qa | grep -P 'kernel-(\d+\.\d+\.\d+)' | sed -E 's/kernel-//')" KERNEL_VER=$(ls /lib/modules | head -n 1)
echo $KERNEL_VER echo $KERNEL_VER
echo "INFO: grab open razer modules" echo "INFO: grab open razer modules"

View File

@@ -4,7 +4,7 @@
set -oue pipefail set -oue pipefail
echo "INFO: grab kernel module" echo "INFO: grab kernel module"
KERNEL_VER="$(rpm -qa | grep -P 'kernel-(\d+\.\d+\.\d+)' | sed -E 's/kernel-//')" KERNEL_VER=$(ls /lib/modules | head -n 1)
echo $KERNEL_VER echo $KERNEL_VER
echo "INFO: grab xpad modules" echo "INFO: grab xpad modules"

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env bash
# Obtained from wayblue project https://github.com/wayblueorg/wayblue/blob/live/files/scripts/regenerateinitramfs.sh
set -oue pipefail
QUALIFIED_KERNEL="$(rpm -qa | grep -P 'kernel-(\d+\.\d+\.\d+)' | sed -E 's/kernel-//')"
/usr/bin/dracut --no-hostonly --kver "$QUALIFIED_KERNEL" --reproducible -v --add ostree -f "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"
chmod 0600 "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"

View File

@@ -0,0 +1,2 @@
[Theme]
Current=maldives

View File

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

View File

@@ -1,15 +0,0 @@
[Unit]
Description=Background service
# 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/swww-daemon
Restart=on-failure
Slice=app-graphical.slice
[Install]
WantedBy=graphical-session.target

View File

@@ -1,6 +1,6 @@
modules: modules:
- from-file: dnf/multimedia.yml - from-file: dnf/multimedia.yml
- from-file: dnf/greeter.yml - from-file: dnf/sddm.yml
- from-file: dnf/hyprland.yml - from-file: dnf/hyprland.yml
- from-file: dnf/environment.yml - from-file: dnf/environment.yml
- from-file: dnf/applications.yml - from-file: dnf/applications.yml

View File

@@ -4,10 +4,8 @@ modules:
enabled: enabled:
- bootc-fetch-updates.timer - bootc-fetch-updates.timer
- flatpak-system-update.timer - flatpak-system-update.timer
- lactd.service
user: user:
enabled: enabled:
- flatpak-user-update.timer - flatpak-user-update.timer
- quickshell.service - quickshell.service
- hyprpolkitagent.service - hyprpolkitagent.service
- swww.service

View File

@@ -2,8 +2,6 @@ modules:
- type: dnf - type: dnf
repos: repos:
nonfree: rpmfusion nonfree: rpmfusion
copr:
- ilyaz/LACT
install: install:
packages: packages:
# applications # applications
@@ -14,8 +12,9 @@ modules:
- fuzzel - fuzzel
# file manager # file manager
- dolphin - nautilus
- ark - file-roller
- file-roller-nautilus
- ffmpegthumbnailer - ffmpegthumbnailer
@@ -25,6 +24,12 @@ modules:
# text editor # text editor
- neovim - neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
# kdeconnect # kdeconnect
- kde-connect - kde-connect
@@ -36,19 +41,6 @@ modules:
# gtk # gtk
- nwg-look - nwg-look
# software store
- gnome-software
# disk management
- gnome-disk-utility
# diagnostics
- qdirstat
- lact
- btop
# zsh # zsh
- zsh - zsh
# zoxide for z stuff # zoxide for z stuff

View File

@@ -1,12 +1,15 @@
modules: modules:
- type: dnf - type: dnf
repos: repos:
copr: files:
- atim/xpadneo - https://negativo17.org/repos/fedora-steam.repo
install: install:
packages: packages:
- xpadneo - dkms
- repo: fedora-steam
packages:
- dkms-xpadneo
- type: script - type: script
scripts: scripts:
- buildakmods.sh - installxpadneomodule.sh

View File

@@ -35,7 +35,7 @@ modules:
# xdg-desktop-portals # xdg-desktop-portals
- xdg-desktop-portal - xdg-desktop-portal
- xdg-desktop-portal-gtk - xdg-desktop-portal-gtk
- xdg-desktop-portal-kde - xdg-desktop-portal-gnome
# polkit # polkit
- polkit - polkit
@@ -46,10 +46,6 @@ modules:
- headsetcontrol - headsetcontrol
# networking # networking
- network-manager-applet
- NetworkManager
- NetworkManager-bluetooth
- NetworkManager-wifi
- bluez - bluez
- bluez-tools - bluez-tools
- firewall-config - firewall-config

View File

@@ -13,9 +13,7 @@ modules:
- hyprland-qt-support - hyprland-qt-support
- hyprland-qtutils - hyprland-qtutils
- xdg-desktop-portal-hyprland - xdg-desktop-portal-hyprland
- swww
- matugen - matugen
- wlogout
# quickshell # quickshell
- quickshell-git - quickshell-git

View File

@@ -5,9 +5,11 @@ modules:
# sddm # sddm
- sddm - sddm
- sddm-themes - sddm-themes
- qt5-qtgraphicaleffects
- qt5-qtquickcontrols2
- qt5-qtsvg
# added libraries for quickshell # added libraries for quickshell
- qt5-qtgraphicaleffects
- qt5-qtimageformats - qt5-qtimageformats
- qt5-qtmultimedia - qt5-qtmultimedia
- qt6-qtquickcontrols2 - qt6-qtquickcontrols2