diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-02-19 22:25:35 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-02-19 22:25:35 +0000 |
| commit | be81c4285b0a7cb004d1c930b6076eaa576d3a9d (patch) | |
| tree | e4089474f0624defce512411fabbcce354723de4 /waybar/style.css | |
| parent | a3a78af4f88ff93be5c8b3b6b7e980dc5b594ac8 (diff) | |
Add hyprland
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
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; |
