mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
{sway,waybar}: change font here too
This commit is contained in:
parent
1bb92fa3d1
commit
08ccfd4944
@ -31,7 +31,8 @@ set $ScreenLockCmd swaylock -c 000000 -F -k -l -f
|
|||||||
set $TEXTEDITOR kate
|
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
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Notifications daemon that Lumina for some reason doesn't include. Must be
|
# 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
|
# top right as it's irrelevant on tiling wm, logical bottom left would be
|
||||||
# over every typing field *aargh*
|
# 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"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family:
|
font-family:
|
||||||
Noto Sans Mono Regular,
|
Comic Shanns Mono-Regular,
|
||||||
monospace;
|
monospace;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user