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