Fixes for f44

This commit is contained in:
2026-08-12 18:45:49 -05:00
parent e88d31afd7
commit 9360bb74c3
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -53,7 +53,7 @@ blink=yes
[touch]
# long-press-delay=400
[colors]
[colors-dark]
alpha=0.8
background=282828
foreground=ebdbb2
+1 -1
View File
@@ -23,7 +23,7 @@ window {
/* The box that contains all the search results */
#inner-box {
background: transparent
background: transparent;
margin: 5px;
}