Fixes for f44
This commit is contained in:
@@ -38,13 +38,13 @@
|
||||
highlight = "#b8bb26" # Progress bars
|
||||
# SIZE AND POSITIONING
|
||||
width = 400
|
||||
height = 300
|
||||
offset = 8x8 # This takes into account any bars
|
||||
height = (0, 300)
|
||||
offset = (8, 8) # This takes into account any bars
|
||||
corner_radius = 8
|
||||
transparency = 0
|
||||
# PROGRESS BAR
|
||||
progress_bar = true
|
||||
progress_bar_corner_radius = 8
|
||||
progress_bar_corner_radius = 4
|
||||
progress_bar_horizontal_alignment = left
|
||||
progress_bar_frame_width = 2
|
||||
progress_bar_height = 8
|
||||
|
||||
@@ -53,7 +53,7 @@ blink=yes
|
||||
[touch]
|
||||
# long-press-delay=400
|
||||
|
||||
[colors]
|
||||
[colors-dark]
|
||||
alpha=0.8
|
||||
background=282828
|
||||
foreground=ebdbb2
|
||||
|
||||
@@ -23,7 +23,7 @@ window {
|
||||
|
||||
/* The box that contains all the search results */
|
||||
#inner-box {
|
||||
background: transparent
|
||||
background: transparent;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user