From 88575db93b9caa71c648edb2d1c5cc51904b326e Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Fri, 6 Mar 2026 22:37:39 +0000 Subject: [PATCH] fix(waybar): missing left red bar on power button Just for consistency with the left side of the bar, which has a nice yellow bar indicating the end of the waybar. --- .config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index ddbdd34..cb09bf3 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -229,7 +229,7 @@ tooltip label { font-size: 14px; padding: 2px 14px 2px 12px; margin-right: 8px; - border-left: 1px solid rgba(255, 255, 255, 0.1); + border-right: 3px solid rgba(255, 0, 0, 0.3); } #custom-power:hover {