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