1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-04-03 22:47:48 +02:00

sway & waybar: switch to Noto Sans Mono Regular 10

This commit is contained in:
Aminda Suomalainen 2022-05-27 15:55:27 +03:00
parent a2eb5000c6
commit f1e1470632
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 3 additions and 3 deletions
conf
sway
waybar

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

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