From be81c4285b0a7cb004d1c930b6076eaa576d3a9d Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 19 Feb 2024 22:25:35 +0000 Subject: Add hyprland --- waybar/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index 3e53a9d..76dbfc5 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -10,6 +10,7 @@ window#waybar { border-bottom: 3px solid #434e59; transition-property: background-color; transition-duration: .5s; + background-clip: border-box; } window#waybar.hidden { @@ -41,7 +42,7 @@ button { background: rgba(0, 0, 0, 0.2); } -#workspaces button.focused { +#workspaces button.active { background-color: #434e59; } @@ -79,6 +80,14 @@ button { margin: 0 4px; } +#battery.charging.critical { + background: none; +} + +#battery.critical { + background: #eb4d4b; +} + /* If workspaces is the leftmost module, omit left margin */ .modules-left > widget:first-child > #workspaces { margin-left: 0; -- cgit v1.2.3-70-g09d2