Skip to content

Commit

Permalink
fix(aurora): Fira Code NF for KDE (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 28, 2024
1 parent d7c60c3 commit e9436f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build_files/base/font-install.sh
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
[KDE]
LookAndFeelPackage=dev.getaurora.aurora.desktop
SingleClick=false
ColorScheme=BreezeDark
widgetStyle=Breeze

[KDE Control Module Restrictions][$i]
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

0 comments on commit e9436f6

Please sign in to comment.