{sway,waybar}: change font here too

This commit is contained in:
Aminda Suomalainen 2023-10-10 18:38:03 +03:00
parent 1bb92fa3d1
commit 08ccfd4944
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
3 changed files with 5 additions and 3 deletions

View File

@ -31,7 +31,8 @@ set $ScreenLockCmd swaylock -c 000000 -F -k -l -f
set $TEXTEDITOR kate
# Font
font pango:Noto Sans Mono Regular 10
#font pango:Noto Sans Mono Regular 10
font pango:Comic Shanns Mono-Regular 10
### Output configuration
#

View File

@ -1,4 +1,5 @@
# Notifications daemon that Lumina for some reason doesn't include. Must be
# top right as it's irrelevant on tiling wm, logical bottom left would be
# over every typing field *aargh*
exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000"
#exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000"
exec --no-startup-id mako --font "Comic Shanns Mono-Regular" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000"

View File

@ -4,7 +4,7 @@
border: none;
border-radius: 0;
font-family:
Noto Sans Mono Regular,
Comic Shanns Mono-Regular,
monospace;
font-size: 10px;
min-height: 0;