* added grub2 theme, removed docker and code

* removed grub stuff

* removed docker and code, added flatpaks
This commit is contained in:
Flux 2025-11-22 14:46:08 +02:00 committed by GitHub
parent f832d683ed
commit a16562e24d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 145 additions and 33 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=Ensure Bluefin GRUB icon is installed when a GRUB theme exists
ConditionPathExists=/boot/grub2/user.cfg
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/usr/share/bluefin-icons/install.sh
SuccessExitStatus=0 3
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target

View file

@ -0,0 +1 @@
../bluefin-icons-ensure.service

View file

@ -0,0 +1,6 @@
[Service]
ExecStartPost=
ExecStopPost=/usr/bin/bash --noprofile --norc -lc '/usr/local/sbin/bls-add-bluefin.sh'
StandardOutput=journal
StandardError=journal
Environment=STARSHIP_LOG=off