Compare commits

...

2 Commits

3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
# locked-title=no # locked-title=no
# font=monospace:size=8 # font=monospace:size=8
font=DejaVuSansMono, Noto Color Emoji font=Noto Sans Mono:size=10, Noto Color Emoji
# font-bold=<bold variant of regular font> # font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font> # font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font>

View File

@ -29,7 +29,7 @@ set $ScreenLockCmd swaylock -c 000000 -F -k -l -f
set $TEXTEDITOR pluma set $TEXTEDITOR pluma
# Font # Font
font pango:OpenDyslexic 9 font pango:Noto Sans Mono Regular 10
### Output configuration ### Output configuration
# #

View File

@ -3,8 +3,8 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: OpenDyslexic, sans-serif; font-family: Noto Sans Mono Regular, monospace;
font-size: 9px; font-size: 10px;
min-height: 0; min-height: 0;
} }