Add indicator for maximized workspaces
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user