Update Plymouth theme
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
tileos-artwork (1.0~tileos) unstable; urgency=medium
|
||||
|
||||
* Update Plymouth theme
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Mon, 11 Dec 2023 23:41:56 +0400
|
||||
|
||||
tileos-artwork (0.16~tileos) unstable; urgency=medium
|
||||
|
||||
* Set Catppuccin as default cursor theme
|
||||
|
|
BIN
usr/share/plymouth/themes/tileos/animation-0001.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
usr/share/plymouth/themes/tileos/animation-0002.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
usr/share/plymouth/themes/tileos/animation-0003.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
usr/share/plymouth/themes/tileos/animation-0004.png
Normal file
After Width: | Height: | Size: 192 B |
BIN
usr/share/plymouth/themes/tileos/animation-0005.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
usr/share/plymouth/themes/tileos/animation-0006.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
usr/share/plymouth/themes/tileos/animation-0007.png
Normal file
After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 6.1 KiB |
BIN
usr/share/plymouth/themes/tileos/bullet.png
Normal file
After Width: | Height: | Size: 616 B |
BIN
usr/share/plymouth/themes/tileos/capslock.png
Normal file
After Width: | Height: | Size: 960 B |
BIN
usr/share/plymouth/themes/tileos/entry.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
usr/share/plymouth/themes/tileos/keyboard.png
Normal file
After Width: | Height: | Size: 946 B |
BIN
usr/share/plymouth/themes/tileos/keymap-render.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
usr/share/plymouth/themes/tileos/lock.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.1 KiB |
BIN
usr/share/plymouth/themes/tileos/throbber-0001.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
usr/share/plymouth/themes/tileos/throbber-0002.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
usr/share/plymouth/themes/tileos/throbber-0003.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
usr/share/plymouth/themes/tileos/throbber-0004.png
Normal file
After Width: | Height: | Size: 195 B |
BIN
usr/share/plymouth/themes/tileos/throbber-0005.png
Normal file
After Width: | Height: | Size: 177 B |
60
usr/share/plymouth/themes/tileos/tileos.plymouth
Executable file → Normal file
|
@ -1,8 +1,58 @@
|
|||
[Plymouth Theme]
|
||||
Name=TileOS - simple plymouth theme based on SimpleFuture
|
||||
Description=A theme featuring a simple debian logo and progress bar inspired by FuturePrototype and SimpleFuture.
|
||||
ModuleName=script
|
||||
Name=TileOS
|
||||
Description=Based on a bgrt-mi theme.
|
||||
ModuleName=two-step
|
||||
|
||||
[script]
|
||||
[two-step]
|
||||
Font=Cantarell 12
|
||||
TitleFont=Cantarell Light 30
|
||||
ImageDir=/usr/share/plymouth/themes/tileos
|
||||
ScriptFile=/usr/share/plymouth/themes/tileos/tileos.script
|
||||
DialogHorizontalAlignment=.5
|
||||
DialogVerticalAlignment=.682
|
||||
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
|
||||
DialogClearsFirmwareBackground=false
|
||||
MessageBelowAnimation=true
|
||||
|
||||
[boot-up]
|
||||
UseEndAnimation=false
|
||||
UseFirmwareBackground=true
|
||||
|
||||
[shutdown]
|
||||
UseEndAnimation=false
|
||||
UseFirmwareBackground=true
|
||||
|
||||
[reboot]
|
||||
UseEndAnimation=false
|
||||
UseFirmwareBackground=true
|
||||
|
||||
[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
|
||||
|
|
BIN
usr/share/plymouth/themes/tileos/watermark.png
Normal file
After Width: | Height: | Size: 4.2 KiB |