From ba98f5cdf2bd5c4bf98c557e3a4e890a8123e5e3 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 17 Sep 2024 01:43:43 -0500 Subject: [PATCH] Add indicator for maximized workspaces --- hyprland/.config/waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hyprland/.config/waybar/style.css b/hyprland/.config/waybar/style.css index 4a412e5c..1ff4c5e0 100644 --- a/hyprland/.config/waybar/style.css +++ b/hyprland/.config/waybar/style.css @@ -84,6 +84,11 @@ window#waybar.floating #window { color: rgba(40, 40, 40, 0.8); background: #8ec07c; } +window#waybar.fullscreen #window { + /* Workspace containing a "fullscreen" window (note that this includes fullscreen, 1, which is maximize) */ + color: rgba(40, 40, 40, 0.8); + background: #d3869b; +} /* widgets */ #pulseaudio {