Switch to a better font (terminus-font)
This commit is contained in:
parent
ab8230e4bf
commit
e8e4216a3b
2 changed files with 4 additions and 2 deletions
|
@ -202,7 +202,7 @@ bindsym $mod+r mode "resize"
|
||||||
bar {
|
bar {
|
||||||
tray_output eDP1
|
tray_output eDP1
|
||||||
# position top
|
# position top
|
||||||
font pango:DejaVu Sans Mono, Awesome 12
|
font pango:DejaVu Sans Mono, Awesome 8
|
||||||
status_command py3status
|
status_command py3status
|
||||||
# status_command i3status
|
# status_command i3status
|
||||||
# tray_output primary
|
# tray_output primary
|
||||||
|
|
|
@ -25,10 +25,12 @@
|
||||||
background_image = None
|
background_image = None
|
||||||
background_type = transparent
|
background_type = transparent
|
||||||
cursor_color = "#fffeab"
|
cursor_color = "#fffeab"
|
||||||
font = DejaVu Sans Mono 8
|
custom_command = TERM='xterm-256color' bash -l
|
||||||
|
font = Monospace 8
|
||||||
foreground_color = "#faffb4"
|
foreground_color = "#faffb4"
|
||||||
scrollbar_position = hidden
|
scrollbar_position = hidden
|
||||||
show_titlebar = False
|
show_titlebar = False
|
||||||
|
use_custom_command = True
|
||||||
use_system_font = False
|
use_system_font = False
|
||||||
[[Proj_nocursor]]
|
[[Proj_nocursor]]
|
||||||
background_color = "#ffffff"
|
background_color = "#ffffff"
|
||||||
|
|
Loading…
Reference in a new issue