Regenerated

This commit is contained in:
2026-03-26 17:23:20 +00:00
parent 3a4998acfb
commit bf160e963a
46 changed files with 3403 additions and 32 deletions
@@ -8,12 +8,15 @@ show_windowed = false
show_dmenu = false
show_ssh = false
show_power = false
prompt=Layout
hide_scroll=true
no_actions=true
width = 800
height = 600
# Center on the active monitor
x = 50%
y = 50%
location=center
anchor=center
lines = 10
columns = 1
@@ -44,9 +44,14 @@
}
#entry {
background-color: transparent;
background-color: rgba(
200,
200,
200,
0.2
); /* very light grey, very transparent */
color: @text;
border-radius: 10px; /* Rounded corners */
border-radius: 10px;
padding: 5px 10px;
margin: 2px 0;
}