Rename to src

This commit is contained in:
2022-02-18 16:26:51 -05:00
parent b4fbc7c7e2
commit 28355777e1
9 changed files with 0 additions and 0 deletions

26
src/jam.kv Normal file
View File

@@ -0,0 +1,26 @@
#: 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"