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.
This commit is contained in:
2026-03-06 22:37:39 +00:00
parent c14d09c169
commit 88575db93b

View File

@@ -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 {