From 7f10a12ec8b5921b5e5aebac645bc17d32ea1ef2 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Mon, 6 Jul 2026 18:56:29 +0100 Subject: [PATCH] style(themes): improve usability scaling for executive-slate Increased base font size from 13px to 15px and expanded padding to provide better touch targets and functional proportions. --- themes/executive-slate/rofi.rasi | 4 ++-- themes/executive-slate/waybar.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/executive-slate/rofi.rasi b/themes/executive-slate/rofi.rasi index 3972d01..0759722 100644 --- a/themes/executive-slate/rofi.rasi +++ b/themes/executive-slate/rofi.rasi @@ -6,7 +6,7 @@ * { background-color: transparent; text-color: var(text, #D4DAE8); - font: "Inter 13"; + font: "Inter 15"; } window { @@ -15,7 +15,7 @@ window { border: 1px; border-color: var(overlay, #333947); border-radius: 4px; - padding: 16px; + padding: 24px; } mainbox { diff --git a/themes/executive-slate/waybar.css b/themes/executive-slate/waybar.css index c51ca2a..a350dfa 100644 --- a/themes/executive-slate/waybar.css +++ b/themes/executive-slate/waybar.css @@ -2,7 +2,7 @@ * { font-family: "Inter", "Symbols Nerd Font", sans-serif; - font-size: 13px; + font-size: 15px; font-weight: 500; border: none; border-radius: 0; @@ -34,7 +34,7 @@ window#waybar { #custom-powerprofile, #custom-updates, #custom-doctor { - padding: 0 10px; + padding: 0 12px; margin: 0; border-radius: 0; }