From f6cf81adc737a5506b33bf133fa367041b352b98 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 5 Mar 2026 19:51:11 +0000 Subject: Added horizontal-align: 0.5; to default rofi theme to center title text --- .config/rofi/themes/jms-theme.rasi | 1 + 1 file changed, 1 insertion(+) (limited to '.config/rofi/themes') diff --git a/.config/rofi/themes/jms-theme.rasi b/.config/rofi/themes/jms-theme.rasi index 769dcc8..1cef345 100644 --- a/.config/rofi/themes/jms-theme.rasi +++ b/.config/rofi/themes/jms-theme.rasi @@ -85,6 +85,7 @@ mode-switcher { textbox { background-color: #EFEFEF50; padding: 8px; + horizontal-align: 0.5; } element-text { -- cgit v1.2.3