From 283276bec09a2bc17d8941071037e971c7423fd5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Jul 2026 08:10:55 -0700 Subject: [PATCH] Fix #6440 --- default/hypr/looknfeel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/looknfeel.lua b/default/hypr/looknfeel.lua index da1a98fd..396eb48c 100644 --- a/default/hypr/looknfeel.lua +++ b/default/hypr/looknfeel.lua @@ -42,7 +42,7 @@ hl.config({ font_family = "monospace", font_weight_active = "ultraheavy", font_weight_inactive = "normal", - indicator_height = 0, + indicator_height = 1, indicator_gap = 5, height = 22, gaps_in = 5,