mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-12 19:39:23 +01:00
sway & waybar: use Terminus for consistency
This commit is contained in:
parent
7f2179ca93
commit
21e23b8ca5
@ -33,7 +33,8 @@ set $TEXTEDITOR kate
|
|||||||
# Font
|
# Font
|
||||||
#font pango:Noto Sans Mono Regular 10
|
#font pango:Noto Sans Mono Regular 10
|
||||||
#font pango:Comic Shanns Mono-Regular 10
|
#font pango:Comic Shanns Mono-Regular 10
|
||||||
font pango:Liberation Mono 10
|
#font pango:Liberation Mono 10
|
||||||
|
font pango:Terminus 10
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: "Liberation Mono", "Noto Sans Mono", monospace;
|
font-family: Terminus, "Liberation Mono", "Noto Sans Mono", monospace;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user