Commit 80fd8d2 1 parent 6fda7b3 commit 80fd8d2 Copy full SHA for 80fd8d2
File tree 4 files changed +28
-1
lines changed
4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,8 @@ These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](ht
37
37
``` bash
38
38
cosign verify --key cosign.pub ghcr.io/ledif/blue95
39
39
```
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
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ git clone https://github.com/grassmunk/Chicago95.git chicago95
7
7
8
8
cd chicago95
9
9
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
11
15
cp Fonts/vga_font/LessPerfectDOSVGA.ttf /usr/share/fonts
16
+ cp -r Fonts/bitmap/cronyx-cyrillic /usr/share/fonts
12
17
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 number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -38,5 +38,7 @@ modules:
38
38
- org.mozilla.firefox
39
39
user : {} # Also add Flathub user repo, but no user packages
40
40
41
+ # Regenerate initramfs because of plymouth
42
+ - type : initramfs
41
43
- type : signing
42
44
You can’t perform that action at this time.
0 commit comments