Regenerated
This commit is contained in:
+5
-2
@@ -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
|
||||
+7
-2
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user