From d45807e59077282f44242800bb68e39f1444869b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 22 Mar 2022 11:07:51 -0400 Subject: [PATCH] waybar: Add padding-right to tray This fixes an issue where the tray icon would previous be at the edge of the screen. So far, the tray is only used for fcitx. --- waybar/.config/waybar/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index a95fac5f..aa6f8cf1 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -28,6 +28,10 @@ window#waybar { margin: 0 5px; } +#tray { + padding-right: 10px; +} + #mode { background: #64727D; border-bottom: 3px solid white;