Skip to content

Commit b01d8be

Browse files
danupsherclaude
andcommitted
Build 86: Fix flickering + increase menu font
- Set bar_precedence_over_border=false (stops flickering, no borders) - Rofi font 8pt → 9pt Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 116d65f commit b01d8be

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

BUILD_LOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,17 @@
6363
**Build 82**: Fix rofi scroll + border/corner flickering
6464
**Build 83**: macOS-style window buttons + fix menu scroll
6565
**Build 84**: Match menu font size to waybar
66-
**Build 85**: Restore window borders (keep rounding=1 for flicker fix)
66+
**Build 85**: Restore window borders (flickering returned - rounding alone doesn't fix)
67+
**Build 86**: Fix flickering (no borders) + increase menu font
6768

68-
**Fixes in Build 85**:
69+
**Fixes in Build 86**:
6970
| Issue | Fix |
7071
|-------|-----|
71-
| Window borders disappeared | Reverted bar_precedence_over_border to true (rounding=1 alone may fix flicker) |
72+
| Border flickering returned | Set bar_precedence_over_border=false (removes borders but stops flickering) |
73+
| Menu font too small | Changed rofi font from 8pt to 9pt |
7274

7375
**Next Steps**:
74-
1. Test Build 85 - verify borders visible and no flickering
76+
1. Test Build 86 - verify no flickering and font size correct
7577

7678
---
7779

configs/hypr/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ plugin {
131131
bar_text_font = JetBrainsMono Nerd Font
132132
col.text = rgb(cdd6f4)
133133
bar_part_of_window = true
134-
bar_precedence_over_border = true
134+
bar_precedence_over_border = false
135135

136136
# Buttons (right to left): close (red), maximize (green) - macOS style
137137
hyprbars-button = rgb(f38ba8), 14, , hyprctl dispatch killactive

configs/rofi/config.rasi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configuration {
1010
disable-history: false;
1111
hide-scrollbar: true;
1212
sidebar-mode: false;
13-
font: "JetBrainsMono Nerd Font 8";
13+
font: "JetBrainsMono Nerd Font 9";
1414
click-to-exit: true;
1515
me-select-entry: "";
1616
me-accept-entry: "MousePrimary";

configs/rofi/power-menu.rasi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration {
44
show-icons: false;
55
disable-history: true;
66
hover-select: true;
7-
font: "JetBrainsMono Nerd Font 8";
7+
font: "JetBrainsMono Nerd Font 9";
88
click-to-exit: true;
99
me-select-entry: "";
1010
me-accept-entry: "MousePrimary";

0 commit comments

Comments
 (0)