Add indicator for maximized workspaces

This commit is contained in:
Salt 2024-09-17 01:43:43 -05:00
parent 4ae3c91d83
commit ba98f5cdf2

View File

@ -84,6 +84,11 @@ window#waybar.floating #window {
color: rgba(40, 40, 40, 0.8); color: rgba(40, 40, 40, 0.8);
background: #8ec07c; 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 */ /* widgets */
#pulseaudio { #pulseaudio {