feat(desktop): change main font to ubuntu

This commit is contained in:
jabuxas 2024-09-06 16:55:43 -03:00
parent 2d1c007e6c
commit 1a26a69d46
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ exec_always {
gsettings set $gnome-schema gtk-theme 'NumixSolarizedDarkCyan' gsettings set $gnome-schema gtk-theme 'NumixSolarizedDarkCyan'
gsettings set $gnome-schema icon-theme 'Numix-Circle' gsettings set $gnome-schema icon-theme 'Numix-Circle'
gsettings set $gnome-schema cursor-theme 'Simp1e' gsettings set $gnome-schema cursor-theme 'Simp1e'
gsettings set $gnome-schema font-name 'Lilex Nerd Font Mono 14' gsettings set $gnome-schema font-name 'UbuntuMono Nerd Font Mono 14'
} }
exec { exec {

View File

@ -3,8 +3,8 @@
border-radius: 0; border-radius: 0;
/* padding: 0; */ /* padding: 0; */
/* margin: 0; */ /* margin: 0; */
font-size: 15px; font-size: 18px;
font-family: Lilex; font-family: UbuntuMono Nerd Font Mono;
font-style: italic; font-style: italic;
} }