Skip to content

Commit f7f7908

Browse files
authored
Merge pull request #24 from pudelromper/claude/kde-plasma-theme-integration-EgPoY
Claude/kde plasma theme integration eg po y
2 parents cacba36 + c37052f commit f7f7908

40 files changed

+325
-82
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ RUN --mount=type=cache,dst=/var/cache \
505505
chmod +x /usr/libexec/bazzite-rebase-boot-setup && \
506506
systemctl enable bazzite-hardware-setup.service && \
507507
systemctl enable bazzite-rebase-boot-setup.service && \
508+
systemctl enable cordierite-branding-fix.service && \
508509
systemctl enable netbird.service && \
509510
systemctl enable dev-hugepages1G.mount && \
510511
systemctl enable ds-inhibit.service && \
File renamed without changes.
File renamed without changes.

installer/titanoboa_hook_postrootfs.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ SECUREBOOT_KEY="/usr/share/ublue-os/sb_pubkey.der"
2525
SECUREBOOT_DOC_URL="https://docs.bazzite.gg/sb"
2626
SECUREBOOT_DOC_URL_QR="/usr/share/ublue-os/secure_boot_qr.png"
2727

28-
# Bazzite anaconda profile
28+
# Cordierite anaconda profile
2929
: ${VARIANT_ID:?}
30-
cat >/etc/anaconda/profile.d/bazzite.conf <<EOF
31-
# Anaconda configuration file for bazzite
30+
cat >/etc/anaconda/profile.d/cordierite.conf <<EOF
31+
# Anaconda configuration file for Cordierite
3232
3333
[Profile]
3434
# Define the profile.
35-
profile_id = bazzite
35+
profile_id = cordierite
3636
3737
[Profile Detection]
3838
# Match os-release values
39-
os_id = bazzite
39+
os_id = cordierite
4040
4141
[Network]
4242
default_on_boot = FIRST_WIRED_WITH_LINK
@@ -69,8 +69,8 @@ EOF
6969

7070
echo "Cordierite release $VERSION_ID ($VERSION_CODENAME)" >/etc/system-release
7171

72-
# Get Artwork
73-
git clone --depth 1 --quiet https://github.com/ublue-os/bazzite.git /root/packages
72+
# Get Artwork - use local branding from Cordierite repo
73+
git clone --depth 1 --quiet https://github.com/pudelromper/cordierite.git /root/packages
7474
case "${PRETTY_NAME,,}" in
7575
"bazzite"*|"cordierite"*)
7676
mkdir -p /usr/share/anaconda/pixmaps/silverblue
@@ -79,8 +79,8 @@ case "${PRETTY_NAME,,}" in
7979
esac
8080

8181
# Installer icon
82-
_icon=/root/packages/installer/branding/bazzite-installer.svg
83-
_icon_symbol=/root/packages/installer/branding/bazzite-installer-symbolic.svg
82+
_icon=/root/packages/installer/branding/cordierite-installer.svg
83+
_icon_symbol=/root/packages/installer/branding/cordierite-installer-symbolic.svg
8484
if [[ -f $_icon ]]; then
8585
for f in \
8686
/usr/share/icons/hicolor/48x48/apps/org.fedoraproject.AnacondaInstaller.svg \
Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ColorEffects:Disabled]
2-
Color=138,127,114
2+
Color=180,150,140
33
ColorAmount=0.55
44
ColorEffect=2
55
ContrastAmount=0.65
@@ -9,7 +9,7 @@ IntensityEffect=2
99

1010
[ColorEffects:Inactive]
1111
ChangeSelectionColor=true
12-
Color=232,205,181
12+
Color=240,205,196
1313
ColorAmount=0.4
1414
ColorEffect=2
1515
ContrastAmount=0.1
@@ -21,41 +21,41 @@ IntensityEffect=0
2121
[Colors:Button]
2222
BackgroundAlternate=240,205,196
2323
BackgroundNormal=245,235,224
24-
DecorationFocus=212,165,116
25-
DecorationHover=224,168,153
26-
ForegroundActive=212,165,116
27-
ForegroundInactive=138,127,114
28-
ForegroundLink=212,165,116
24+
DecorationFocus=227,144,152
25+
DecorationHover=235,175,170
26+
ForegroundActive=227,144,152
27+
ForegroundInactive=168,140,130
28+
ForegroundLink=196,90,110
2929
ForegroundNegative=196,91,74
30-
ForegroundNeutral=212,165,116
30+
ForegroundNeutral=199,148,107
3131
ForegroundNormal=61,51,41
3232
ForegroundPositive=142,147,117
3333
ForegroundVisited=168,140,120
3434

3535
[Colors:Complementary]
3636
BackgroundAlternate=240,205,196
3737
BackgroundNormal=245,235,224
38-
DecorationFocus=212,165,116
39-
DecorationHover=224,168,153
40-
ForegroundActive=212,165,116
41-
ForegroundInactive=138,127,114
42-
ForegroundLink=212,165,116
38+
DecorationFocus=227,144,152
39+
DecorationHover=235,175,170
40+
ForegroundActive=227,144,152
41+
ForegroundInactive=168,140,130
42+
ForegroundLink=196,90,110
4343
ForegroundNegative=196,91,74
44-
ForegroundNeutral=212,165,116
44+
ForegroundNeutral=199,148,107
4545
ForegroundNormal=61,51,41
4646
ForegroundPositive=142,147,117
4747
ForegroundVisited=168,140,120
4848

4949
[Colors:Header]
5050
BackgroundAlternate=240,205,196
5151
BackgroundNormal=245,235,224
52-
DecorationFocus=212,165,116
53-
DecorationHover=224,168,153
54-
ForegroundActive=212,165,116
55-
ForegroundInactive=138,127,114
56-
ForegroundLink=212,165,116
52+
DecorationFocus=227,144,152
53+
DecorationHover=235,175,170
54+
ForegroundActive=227,144,152
55+
ForegroundInactive=168,140,130
56+
ForegroundLink=196,90,110
5757
ForegroundNegative=196,91,74
58-
ForegroundNeutral=212,165,116
58+
ForegroundNeutral=199,148,107
5959
ForegroundNormal=61,51,41
6060
ForegroundPositive=142,147,117
6161
ForegroundVisited=168,140,120
@@ -65,67 +65,67 @@ BackgroundAlternate=240,205,196
6565
BackgroundNormal=245,235,224
6666
DecorationFocus=232,205,181
6767
DecorationHover=240,205,196
68-
ForegroundActive=212,165,116
69-
ForegroundInactive=138,127,114
70-
ForegroundLink=212,165,116
68+
ForegroundActive=227,144,152
69+
ForegroundInactive=168,140,130
70+
ForegroundLink=196,90,110
7171
ForegroundNegative=196,91,74
72-
ForegroundNeutral=212,165,116
72+
ForegroundNeutral=199,148,107
7373
ForegroundNormal=61,51,41
7474
ForegroundPositive=142,147,117
7575
ForegroundVisited=168,140,120
7676

7777
[Colors:Selection]
78-
BackgroundAlternate=232,205,181
79-
BackgroundNormal=224,168,153
80-
DecorationFocus=212,165,116
78+
BackgroundAlternate=235,175,170
79+
BackgroundNormal=227,144,152
80+
DecorationFocus=227,144,152
8181
DecorationHover=240,205,196
8282
ForegroundActive=61,51,41
8383
ForegroundInactive=61,51,41
8484
ForegroundLink=168,140,120
8585
ForegroundNegative=196,91,74
86-
ForegroundNeutral=212,165,116
86+
ForegroundNeutral=199,148,107
8787
ForegroundNormal=61,51,41
8888
ForegroundPositive=142,147,117
8989
ForegroundVisited=168,140,120
9090

9191
[Colors:Tooltip]
9292
BackgroundAlternate=240,205,196
9393
BackgroundNormal=245,235,224
94-
DecorationFocus=212,165,116
95-
DecorationHover=224,168,153
96-
ForegroundActive=212,165,116
97-
ForegroundInactive=138,127,114
98-
ForegroundLink=212,165,116
94+
DecorationFocus=227,144,152
95+
DecorationHover=235,175,170
96+
ForegroundActive=227,144,152
97+
ForegroundInactive=168,140,130
98+
ForegroundLink=196,90,110
9999
ForegroundNegative=196,91,74
100-
ForegroundNeutral=212,165,116
100+
ForegroundNeutral=199,148,107
101101
ForegroundNormal=61,51,41
102102
ForegroundPositive=142,147,117
103103
ForegroundVisited=168,140,120
104104

105105
[Colors:View]
106106
BackgroundAlternate=240,205,196
107107
BackgroundNormal=250,246,241
108-
DecorationFocus=212,165,116
109-
DecorationHover=224,168,153
110-
ForegroundActive=212,165,116
111-
ForegroundInactive=138,127,114
112-
ForegroundLink=212,165,116
108+
DecorationFocus=227,144,152
109+
DecorationHover=235,175,170
110+
ForegroundActive=227,144,152
111+
ForegroundInactive=168,140,130
112+
ForegroundLink=196,90,110
113113
ForegroundNegative=196,91,74
114-
ForegroundNeutral=212,165,116
114+
ForegroundNeutral=199,148,107
115115
ForegroundNormal=61,51,41
116116
ForegroundPositive=142,147,117
117117
ForegroundVisited=168,140,120
118118

119119
[Colors:Window]
120120
BackgroundAlternate=240,205,196
121121
BackgroundNormal=250,246,241
122-
DecorationFocus=212,165,116
123-
DecorationHover=224,168,153
124-
ForegroundActive=212,165,116
125-
ForegroundInactive=138,127,114
126-
ForegroundLink=212,165,116
122+
DecorationFocus=227,144,152
123+
DecorationHover=235,175,170
124+
ForegroundActive=227,144,152
125+
ForegroundInactive=168,140,130
126+
ForegroundLink=196,90,110
127127
ForegroundNegative=196,91,74
128-
ForegroundNeutral=212,165,116
128+
ForegroundNeutral=199,148,107
129129
ForegroundNormal=61,51,41
130130
ForegroundPositive=142,147,117
131131
ForegroundVisited=168,140,120
@@ -140,8 +140,8 @@ contrast=4
140140

141141
[WM]
142142
activeBackground=240,205,196
143-
activeBlend=224,168,153
143+
activeBlend=227,144,152
144144
activeForeground=61,51,41
145145
inactiveBackground=245,235,224
146-
inactiveBlend=232,205,181
147-
inactiveForeground=138,127,114
146+
inactiveBlend=235,175,170
147+
inactiveForeground=168,140,130
-1.15 KB
Binary file not shown.

spec_files/steamdeck-kde-presets/bazzite_logo.patch renamed to spec_files/steamdeck-kde-presets/cordierite_logo.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ diff -Naur a/usr/share/plasma/look-and-feel/com.valve.vapor.desktop/contents/spl
66
anchors.centerIn: parent
77

88
- source: "images/deck_logo.svgz"
9-
+ source: "images/bazzite_logo.svgz"
9+
+ source: "images/cordierite_logo.svgz"
1010

1111
sourceSize.width: 128
1212
sourceSize.height: 128
@@ -18,7 +18,7 @@ diff -Naur a/usr/share/plasma/look-and-feel/com.valve.vgui.desktop/contents/spla
1818
anchors.centerIn: parent
1919

2020
- source: "images/deck_logo.svgz"
21-
+ source: "images/bazzite_logo.svgz"
21+
+ source: "images/cordierite_logo.svgz"
2222

2323
sourceSize.width: 128
2424
sourceSize.height: 128
6.77 KB
Binary file not shown.

spec_files/steamdeck-kde-presets/kdeglobals-desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[KDE]
2-
LookAndFeelPackage=org.kde.breeze.desktop
2+
LookAndFeelPackage=com.cordierite.desktop
33
SingleClick=false
44

55
[General]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[kdeglobals][General]
2+
ColorScheme=Cordierite
3+
4+
[kdeglobals][KDE]
5+
widgetStyle=breeze
6+
7+
[plasmarc][Theme]
8+
name=default
9+
10+
[Wallpaper]
11+
Image=dog_rest.jpg
12+
13+
[kcminputrc][Mouse]
14+
cursorTheme=breeze_cursors
15+
16+
[kwinrc][WindowSwitcher]
17+
LayoutName=org.kde.breeze.desktop
18+
19+
[kwinrc][org.kde.kdecoration2]
20+
library=org.kde.breeze
21+
theme=Breeze

0 commit comments

Comments
 (0)