i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 6a6a93a4f7f54c7b6661887617bdee744f8389d4
parent a4e3bb93cb35229b38ec0796cde8c5d6d5a489b7
Author: Raymond Li <hi@raymond.li>
Date:   Mon, 25 Jan 2021 23:40:48 -0500

Revert max_bar_height to variable

Why is a max value being assigned to??

Diffstat:
Mi3lock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i3lock.c b/i3lock.c
@@ -274,7 +274,7 @@ double *bar_heights = NULL;
 double bar_step = 15;
 double bar_base_height = 25;
 double bar_periodic_step = 15;
-const double max_bar_height = 25;
+double max_bar_height = 25;
 const int max_bar_count = 65535;
 const int min_bar_count = 1;
 int bar_count = min_bar_count;