Init (#2)
* added grub2 theme, removed docker and code * removed grub stuff * removed docker and code, added flatpaks
This commit is contained in:
parent
f832d683ed
commit
a16562e24d
9 changed files with 145 additions and 33 deletions
14
files/system/etc/systemd/system/bluefin-icons-ensure.service
Normal file
14
files/system/etc/systemd/system/bluefin-icons-ensure.service
Normal 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
|
||||
|
|
@ -0,0 +1 @@
|
|||
../bluefin-icons-ensure.service
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue