mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
@@ -5,6 +5,9 @@ mv /tmp/files/assets/images/distributor-logo.svg /usr/share/icons/hicolor/scalab
|
||||
mv /tmp/files/assets/splash/default.jxl /usr/share/backgrounds/default.jxl
|
||||
mv /tmp/files/assets/splash/default-dark.jxl /usr/share/backgrounds/default-dark.jxl
|
||||
mv /tmp/files/assets/images/watermark.png /usr/share/plymouth/themes/spinner/watermark.png
|
||||
# Remove Bazzite animation/throbber frames so Plymouth uses only our watermark
|
||||
rm -f /usr/share/plymouth/themes/spinner/animation-*.png
|
||||
rm -f /usr/share/plymouth/themes/spinner/throbber-*.png
|
||||
mv /tmp/files/assets/images/fedora-gdm-logo.png /usr/share/pixmaps/fedora-gdm-logo.png
|
||||
mv /tmp/files/assets/images/fedora-logo-small.png /usr/share/pixmaps/fedora-logo-small.png
|
||||
mv /tmp/files/assets/images/fedora-logo-sprite.png /usr/share/pixmaps/fedora-logo-sprite.png
|
||||
|
||||
1
files/system/usr/etc/hostname
Normal file
1
files/system/usr/etc/hostname
Normal file
@@ -0,0 +1 @@
|
||||
miasma
|
||||
12
files/system/usr/etc/skel/.config/mimeapps.list
Normal file
12
files/system/usr/etc/skel/.config/mimeapps.list
Normal file
@@ -0,0 +1,12 @@
|
||||
[Default Applications]
|
||||
text/html=app.zen_browser.zen.desktop
|
||||
x-scheme-handler/http=app.zen_browser.zen.desktop
|
||||
x-scheme-handler/https=app.zen_browser.zen.desktop
|
||||
x-scheme-handler/ftp=app.zen_browser.zen.desktop
|
||||
x-scheme-handler/chrome=app.zen_browser.zen.desktop
|
||||
application/x-extension-htm=app.zen_browser.zen.desktop
|
||||
application/x-extension-html=app.zen_browser.zen.desktop
|
||||
application/x-extension-shtml=app.zen_browser.zen.desktop
|
||||
application/xhtml+xml=app.zen_browser.zen.desktop
|
||||
application/x-extension-xhtml=app.zen_browser.zen.desktop
|
||||
application/x-extension-xht=app.zen_browser.zen.desktop
|
||||
@@ -0,0 +1,61 @@
|
||||
[Plymouth Theme]
|
||||
Name=Spinner
|
||||
Description=A theme designed by jimmac that features a simple spinner.
|
||||
ModuleName=two-step
|
||||
|
||||
[two-step]
|
||||
Font=Cantarell 12
|
||||
TitleFont=Cantarell Light 30
|
||||
ImageDir=/usr/share/plymouth/themes/spinner
|
||||
DialogHorizontalAlignment=.5
|
||||
DialogVerticalAlignment=.382
|
||||
TitleHorizontalAlignment=.5
|
||||
TitleVerticalAlignment=.382
|
||||
HorizontalAlignment=.5
|
||||
VerticalAlignment=.7
|
||||
WatermarkHorizontalAlignment=.5
|
||||
WatermarkVerticalAlignment=.96
|
||||
Transition=none
|
||||
TransitionDuration=0.0
|
||||
BackgroundStartColor=0x000000
|
||||
BackgroundEndColor=0x000000
|
||||
ProgressBarBackgroundColor=0x606060
|
||||
ProgressBarForegroundColor=0xffffff
|
||||
MessageBelowAnimation=true
|
||||
|
||||
[boot-up]
|
||||
UseEndAnimation=false
|
||||
|
||||
[shutdown]
|
||||
UseEndAnimation=false
|
||||
|
||||
[reboot]
|
||||
UseEndAnimation=false
|
||||
|
||||
[updates]
|
||||
SuppressMessages=true
|
||||
ProgressBarShowPercentComplete=true
|
||||
UseProgressBar=true
|
||||
Title=Installing Updates...
|
||||
SubTitle=Do not turn off your computer
|
||||
|
||||
[system-upgrade]
|
||||
SuppressMessages=true
|
||||
ProgressBarShowPercentComplete=true
|
||||
UseProgressBar=true
|
||||
Title=Upgrading System...
|
||||
SubTitle=Do not turn off your computer
|
||||
|
||||
[firmware-upgrade]
|
||||
SuppressMessages=true
|
||||
ProgressBarShowPercentComplete=true
|
||||
UseProgressBar=true
|
||||
Title=Upgrading Firmware...
|
||||
SubTitle=Do not turn off your computer
|
||||
|
||||
[system-reset]
|
||||
SuppressMessages=true
|
||||
ProgressBarShowPercentComplete=true
|
||||
UseProgressBar=true
|
||||
Title=Resetting System...
|
||||
SubTitle=Do not turn off your computer
|
||||
@@ -1,8 +1,8 @@
|
||||
modules:
|
||||
- type: default-flatpaks
|
||||
notify: true
|
||||
configurations:
|
||||
- notify: true
|
||||
scope: system
|
||||
- scope: system
|
||||
install:
|
||||
- org.tenacityaudio.Tenacity
|
||||
- app.zen_browser.zen
|
||||
|
||||
Reference in New Issue
Block a user