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
|
||||
|
||||
Reference in New Issue
Block a user