diff --git a/build_files/base/font-install.sh b/build_files/base/font-install.sh index 8869be3ae2c..784c28ae75a 100644 --- a/build_files/base/font-install.sh +++ b/build_files/base/font-install.sh @@ -1,5 +1,13 @@ #!/usr/bin/bash set -ouex pipefail + +if [[ "${BASE_IMAGE_NAME}" =~ "kinoite" ]]; then + curl --output-dir /tmp -LO https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/FiraCode.zip + mkdir -p /usr/share/fonts/fira-nf + unzip /tmp/FiraCode.zip -d /usr/share/fonts/fira-nf + fc-cache -f /usr/share/fonts/fira-nf +fi + fc-cache -f /usr/share/fonts/ubuntu fc-cache -f /usr/share/fonts/inter \ No newline at end of file diff --git a/system_files/kinoite/usr/share/kde-settings/kde-profile/default/xdg/kdeglobals b/system_files/kinoite/usr/share/kde-settings/kde-profile/default/xdg/kdeglobals index f9aeabaadc6..041e5d99a70 100644 --- a/system_files/kinoite/usr/share/kde-settings/kde-profile/default/xdg/kdeglobals +++ b/system_files/kinoite/usr/share/kde-settings/kde-profile/default/xdg/kdeglobals @@ -1,5 +1,8 @@ [KDE] LookAndFeelPackage=dev.getaurora.aurora.desktop +SingleClick=false +ColorScheme=BreezeDark +widgetStyle=Breeze [KDE Control Module Restrictions][$i] kcm_plymouth.desktop=false @@ -7,3 +10,9 @@ kcm_plymouth.desktop=false [General] TerminalApplication=kde-ptyxis TerminalService=org.gnome.Ptyxis.desktop +desktopFont=Noto Sans,10,-1,5,50,0,0,0,0,0 +fixed=FiraCode Nerd Font,10,-1,5,50,0,0,0,0,0 +font=Noto Sans,10,-1,5,50,0,0,0,0,0 +menuFont=Noto Sans,10,-1,5,50,0,0,0,0,0 +smallestReadableFont=Noto Sans,8,-1,5,50,0,0,0,0,0 +toolBarFont=Noto Sans,9,-1,5,50,0,0,0,0,0