Skip to content

Commit 80fd8d2

Browse files
committed
feat: add lightdm and plymouth changes
1 parent 6fda7b3 commit 80fd8d2

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](ht
3737
```bash
3838
cosign verify --key cosign.pub ghcr.io/ledif/blue95
3939
```
40+
41+
## Shoutouts
42+
- @grassmunk and @dominichayesferen for [Chicago95](https://github.com/grassmunk/Chicago95) and [Chicagofier](https://github.com/dominichayesferen/Chicagofier) respectively
43+
- [BlueBuild](https://github.com/blue-build), [Universal Blue](https://github.com/ublue-os) and Fedora
44+
- The XFCE team

files/scripts/20-chicago95.sh

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ git clone https://github.com/grassmunk/Chicago95.git chicago95
77

88
cd chicago95
99
cp -r Theme/Chicago95 /usr/share/themes/
10-
cp -r Icons/* /usr/share/icons/
10+
11+
# Icons and cursors
12+
cp -r Icons/* Cursors/ /usr/share/icons/
13+
14+
# Fonts
1115
cp Fonts/vga_font/LessPerfectDOSVGA.ttf /usr/share/fonts
16+
cp -r Fonts/bitmap/cronyx-cyrillic /usr/share/fonts
1217
fc-cache -fv
18+
19+
flatpak override --env=GTK_THEME=Chicago95
20+
21+
# Plymouth
22+
cp -Rf Plymouth/Chicago95 /usr/share/plymouth/themes/
23+
update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Chicago95/Chicago95.plymouth 100
24+
update-alternatives --set default.plymouth /usr/share/plymouth/themes/Chicago95/Chicago95.plymouth
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[greeter]
2+
background = #008080
3+
theme-name = Chicago95
4+
icon-theme-name = Chicago95
5+
indicators = ~spacer;~session;~language;~a11y;~power
6+
hide-user-image = true
7+
position = 50%,center -60%,center
8+
user-background = false

recipes/recipe.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ modules:
3838
- org.mozilla.firefox
3939
user: {} # Also add Flathub user repo, but no user packages
4040

41+
# Regenerate initramfs because of plymouth
42+
- type: initramfs
4143
- type: signing
4244

0 commit comments

Comments
 (0)