waybar: Highlight selected workspace

This commit is contained in:
SebastianStork 2025-11-22 19:26:36 +01:00
parent 63b8bf23c6
commit 2179019cbc
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -117,6 +117,24 @@
.modules-right {
padding-right: 8px;
}
#workspaces {
padding: 0px 5px;
}
#workspaces button {
padding: 4px 10px;
margin: 2px 4px;
border-radius: 6px;
background: transparent;
color: @theme_fg_color;
}
#workspaces button.active {
background: @theme_selected_bg_color;
color: @theme_selected_fg_color;
font-weight: bold;
}
'';
};
};