i3status-rs: Change font
Change font to NotoSansMono-Regular.
This commit is contained in:
parent
6889b359b5
commit
e09cf21501
1 changed files with 3 additions and 2 deletions
|
@ -212,7 +212,7 @@ set $screen1 "HDMI-2"
|
||||||
# i3status-rust finds out, if available)
|
# i3status-rust finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
status_command i3status-rs
|
status_command i3status-rs
|
||||||
font pango:DejaVu Sans Mono, forkawesome 8
|
font pango:NotoSansMono-Regular, forkawesome 8
|
||||||
position top
|
position top
|
||||||
tray_output primary
|
tray_output primary
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
|
@ -227,9 +227,10 @@ bar {
|
||||||
#client.orientation #ff0000
|
#client.orientation #ff0000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
|
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
|
||||||
font pango:DejaVu Sans Mono, forkawesome 8
|
font pango:NotoSansMono-Regular, forkawesome 8
|
||||||
position top
|
position top
|
||||||
tray_output primary
|
tray_output primary
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
|
|
Loading…
Reference in a new issue