diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-03-05 19:51:11 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-03-05 19:51:11 +0000 |
| commit | f6cf81adc737a5506b33bf133fa367041b352b98 (patch) | |
| tree | 4b31775a4772633e295f97192574b76634fccab5 /.config/rofi/themes/jms-theme.rasi | |
| parent | 4504c5bbeed4f4b91c922fd88c3cb176aa270bcb (diff) | |
Added horizontal-align: 0.5; to default rofi theme to center title text
Diffstat (limited to '.config/rofi/themes/jms-theme.rasi')
| -rw-r--r-- | .config/rofi/themes/jms-theme.rasi | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
