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