mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 03:35:15 +00:00
chore: Use patch file to change kdeglobals, change monospace font
This commit is contained in:
parent
00302ac41b
commit
3a884aa741
@ -3,6 +3,7 @@ LookAndFeelPackage=com.valve.vapor.desktop
|
||||
SingleClick=false
|
||||
|
||||
[General]
|
||||
fixed=Fira Code,9,-1,5,50,0,0,0,0,0
|
||||
font=Noto Sans,9,-1,5,50,0,0,0,0,0
|
||||
menuFont=Noto Sans,9,-1,5,50,0,0,0,0,0
|
||||
smallestReadableFont=Noto Sans,8,-1,5,50,0,0,0,0,0
|
||||
|
10
spec_files/steamdeck-kde-presets/kdeglobals.patch
Normal file
10
spec_files/steamdeck-kde-presets/kdeglobals.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/etc/xdg/kdeglobals
|
||||
+++ b/etc/xdg/kdeglobals
|
||||
@@ -12,6 +12,7 @@
|
||||
kcm_plymouth.desktop=false
|
||||
|
||||
[General]
|
||||
+fixed=Fira Code,9,-1,5,50,0,0,0,0,0
|
||||
font=Noto Sans,11,-1,5,50,0,0,0,0,0
|
||||
menuFont=Noto Sans,11,-1,5,50,0,0,0,0,0
|
||||
smallestReadableFont=Noto Sans,9,-1,5,50,0,0,0,0,0
|
@ -37,7 +37,7 @@ cp -rv usr/share/* %{buildroot}%{_datadir}
|
||||
cp -rv etc/* %{buildroot}%{_sysconfdir}
|
||||
mv %{buildroot}%{_sysconfdir}/skel %{buildroot}%{_sysconfdir}/skel.d
|
||||
mv %{buildroot}%{_datadir}/icons/hicolor/scalable/places/distributor-logo-steamdeck.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/places/steamdeck.svg
|
||||
cp %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/places/steamdeck-le.svg
|
||||
cp %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/scalable/places/steamdeck-le.svg
|
||||
# Remove unneeded files
|
||||
rm -rf %{buildroot}%{_datadir}/applications/steam/steamos-nested-desktop
|
||||
rm %{buildroot}%{_datadir}/applications/org.mozilla.firefox.desktop
|
||||
|
@ -10,6 +10,7 @@ Source1: steamdeck-le.svg
|
||||
BuildArch: noarch
|
||||
Patch0: fedora.patch
|
||||
Patch1: nested-desktop-resolution.patch
|
||||
Patch2: kdeglobals.patch
|
||||
|
||||
Requires: kde-filesystem
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user