adding a bunch of pointless stuff

This commit is contained in:
Chris Cochrun 2021-08-26 17:59:17 -05:00
parent 8520db7ac6
commit a0f9f3669b
12 changed files with 132 additions and 52 deletions

View file

@ -1,5 +1,5 @@
width=60%
height=40%
height=50%
columns=1
parse_action=true
allow_images=true

View file

@ -18,7 +18,7 @@
@define-color backtransparent rgba(40, 42, 54, 0.80);
window {
margin: 100px;
background-color: @backtransparent;
background-color: @base00;
}
#input {
@ -49,14 +49,14 @@ window {
#text {
margin: 2px;
color: @base05;
font-size: 14;
font-size: 14px;
}
#img {
margin-left: 10px;
margin-top: 2px;
margin-bottom: 2px;
size: 1px;
-gtk-icon-transform: scale 0.5;
}
#entry:selected {