Match font configuration better
This commit is contained in:
parent
0a26f811a9
commit
ab705c131b
@ -9,7 +9,7 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</edit>
|
</edit>
|
||||||
<edit mode="assign" name="hintstyle">
|
<edit mode="assign" name="hintstyle">
|
||||||
<const>hintfull</const>
|
<const>hintslight</const>
|
||||||
</edit>
|
</edit>
|
||||||
<edit mode="assign" name="rgba">
|
<edit mode="assign" name="rgba">
|
||||||
<const>rgb</const>
|
<const>rgb</const>
|
||||||
|
@ -10,8 +10,10 @@ gsettings set org.gnome.desktop.interface color-scheme prefer-dark
|
|||||||
# icon theme
|
# icon theme
|
||||||
gsettings set org.gnome.desktop.interface icon-theme Sweet-Rainbow
|
gsettings set org.gnome.desktop.interface icon-theme Sweet-Rainbow
|
||||||
|
|
||||||
# Font
|
# font config
|
||||||
gsettings set org.gnome.desktop.interface font-name "Fira Sans 12"
|
gsettings set org.gnome.desktop.interface font-name "Fira Sans 12"
|
||||||
|
gsettings set org.gnome.desktop.interface font-hinting "slight"
|
||||||
|
gsettings set org.gnome.desktop.interface font-antialiasing "rgba"
|
||||||
|
|
||||||
# cursor theme
|
# cursor theme
|
||||||
gsettings set org.gnome.desktop.interface cursor-theme "capitaine-cursors-light"
|
gsettings set org.gnome.desktop.interface cursor-theme "capitaine-cursors-light"
|
||||||
|
Loading…
Reference in New Issue
Block a user