From e1a1cbea60b1c00863925aadc949dbb1fd57801b Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 1 Jul 2021 21:38:52 +0200 Subject: [PATCH] =?UTF-8?q?WAYBAR:=20Correction=20de=20l'apparence=20du=20?= =?UTF-8?q?bureau=20s=C3=A9lectionn=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 1d035db..39b7d28 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -2,8 +2,8 @@ border: none; border-radius: 0; /* `otf-font-awesome` is required to be installed for icons */ - font-family: DejaVu Sans Mono, Roboto, Helvetica, Arial, sans-serif; - font-size: 15px; + font-family: DejaVu Sans Mono; /*, Roboto, Helvetica, Arial, sans-serif; */ + font-size: 14px; min-height: 0; } @@ -38,11 +38,12 @@ window#waybar.chromium { } #workspaces button { - padding: 0 5px; + padding: 0 13px; background-color: inherit; - color: #666; + color: #fff; /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent; + border-bottom: 3px solid #222; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */