mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-26 12:14:25 +01:00
Compare commits
No commits in common. "f9af3a0937e39339cb93b43ced7767260c71ed08" and "a2eb5000c604fac6167ef86e6372efffd0f10611" have entirely different histories.
f9af3a0937
...
a2eb5000c6
@ -9,7 +9,7 @@
|
||||
# locked-title=no
|
||||
|
||||
# font=monospace:size=8
|
||||
font=Noto Sans Mono:size=10, Noto Color Emoji
|
||||
font=DejaVuSansMono, Noto Color Emoji
|
||||
# font-bold=<bold variant of regular font>
|
||||
# font-italic=<italic variant of regular font>
|
||||
# font-bold-italic=<bold+italic variant of regular font>
|
||||
|
@ -29,7 +29,7 @@ set $ScreenLockCmd swaylock -c 000000 -F -k -l -f
|
||||
set $TEXTEDITOR pluma
|
||||
|
||||
# Font
|
||||
font pango:Noto Sans Mono Regular 10
|
||||
font pango:OpenDyslexic 9
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
|
@ -3,8 +3,8 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: Noto Sans Mono Regular, monospace;
|
||||
font-size: 10px;
|
||||
font-family: OpenDyslexic, sans-serif;
|
||||
font-size: 9px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user