27 lines
423 B
Plaintext
27 lines
423 B
Plaintext
#: kivy 2.0.0
|
|
|
|
<Status_bar>:
|
|
canvas.before:
|
|
Color:
|
|
rgb: 1,1,1
|
|
Rectangle:
|
|
pos: self.pos
|
|
size: self.size
|
|
size_hint_y: None
|
|
height: 20
|
|
text_size: self.size
|
|
markup: True
|
|
color: (0,0,0,1)
|
|
font_name: "RobotoMono-Regular"
|
|
font_size: "15px"
|
|
|
|
|
|
<Command_prompt>:
|
|
size_hint_y: None
|
|
height: 20
|
|
markup: True
|
|
text_size: self.size
|
|
font_name: "RobotoMono-Regular"
|
|
font_size: "15px"
|
|
|