misc -> anyrun: Update position and border color

This commit is contained in:
GaspardCulis 2024-04-04 23:18:26 +02:00
parent 454d91ca70
commit 8e7b40abb5
No known key found for this signature in database
GPG key ID: BC18146756955609
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Config(
x: Fraction(0.5),
y: Fraction(0.2),
y: Fraction(0.3),
width: Absolute(800),
height: Fraction(0),
hide_icons: false,

View file

@ -6,7 +6,7 @@
box#main {
border-radius: 10px;
background-color: #282936;
border: 4px solid #282936;
border: 2px solid #2bc1df;
}
entry#entry {