i3status-rs: Change font
Change font to NotoSansMono-Regular.
This commit is contained in:
parent
a4e7c0d67f
commit
6bd4251fdb
1 changed files with 3 additions and 3 deletions
|
@ -222,7 +222,7 @@ set $screen2 "DP-1-1"
|
|||
# i3status-rust finds out, if available)
|
||||
bar {
|
||||
status_command i3status-rs
|
||||
font pango:DejaVu Sans Mono, forkawesome 8
|
||||
font pango:NotoSansMono-Regular, forkawesome 9
|
||||
position top
|
||||
tray_output primary
|
||||
workspace_buttons yes
|
||||
|
@ -240,7 +240,7 @@ bar {
|
|||
|
||||
bar {
|
||||
status_command i3status-rs
|
||||
font pango:DejaVu Sans Mono, forkawesome 8
|
||||
font pango:NotoSansMono-Regular, forkawesome 8
|
||||
position top
|
||||
tray_output primary
|
||||
workspace_buttons yes
|
||||
|
@ -258,7 +258,7 @@ bar {
|
|||
|
||||
bar {
|
||||
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
|
||||
font pango:DejaVu Sans Mono, forkawesome 8
|
||||
font pango:NotoSansMono-Regular, forkawesome 8
|
||||
position top
|
||||
tray_output primary
|
||||
workspace_buttons yes
|
||||
|
|
Loading…
Reference in a new issue