Set triskel default font to Roboto
This commit is contained in:
parent
796845b727
commit
52a0862f6d
1 changed files with 20 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=2
|
VERSION=3
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -66,6 +66,25 @@ intensity=0.4
|
||||||
saturation=1.7
|
saturation=1.7
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
cat << EOF > desktop/kf5-settings/kdeglobals
|
||||||
|
[General]
|
||||||
|
fixed=Monospace,9,-1,0,50,0,0,0,0,0,Regular
|
||||||
|
font=Roboto,10,-1,0,50,0,0,0,0,0,Regular
|
||||||
|
menuFont=Roboto,10,-1,0,50,0,0,0,0,0,Regular
|
||||||
|
smallestReadableFont=Roboto,8,-1,0,50,0,0,0,0,0,Regular
|
||||||
|
toolBarFont=Roboto,10,-1,0,50,0,0,0,0,0,Regular
|
||||||
|
XftAntialias=true
|
||||||
|
XftHintStyle=hintslight
|
||||||
|
XftSubPixel=rgb
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeFont=Roboto,10,-1,0,57,0,0,0,0,0,Medium
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
LookAndFeelPackage=org.triskel.desktop
|
||||||
|
SingleClick=false
|
||||||
|
EOF
|
||||||
|
|
||||||
cp -a $DATA/wallpaper wallpaper
|
cp -a $DATA/wallpaper wallpaper
|
||||||
echo 'wallpaper/* usr/share/wallpapers/' >> debian/triskel-settings-desktop.install
|
echo 'wallpaper/* usr/share/wallpapers/' >> debian/triskel-settings-desktop.install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue