some things for other things and new mpv ui

This commit is contained in:
Chris Cochrun 2021-08-25 05:14:15 -05:00
parent 4f4bf30170
commit 485fbf28ba
14 changed files with 2135 additions and 75 deletions

View file

@ -1,5 +1,8 @@
width=60%
height=40%
columns=2
columns=1
parse_action=true
allow_images=true
allow_images=true
dynamic_lines=true
term=alacritty
# key_forward=Control_L+j

View file

@ -47,7 +47,22 @@ window {
}
#text {
margin: 5px;
border-radius: 20px;
margin: 2px;
color: @base05;
font-size: 14;
}
#img {
margin-left: 10px;
margin-top: 2px;
margin-bottom: 2px;
size: 1px;
}
#entry:selected {
background-color: @base0D;
}
#text:selected {
color: @base02;
}