show all visible workspaces in swaybar workspaces

This commit is contained in:
rileyrg 2024-09-17 21:16:46 +02:00
parent f93b457f4f
commit 30854772ea
2 changed files with 14 additions and 6 deletions

View file

@ -43,14 +43,18 @@
}
#workspaces button.focused {
#workspaces button.visible {
padding: 0 5px;
border-radius: 10px;
/* background: #00afd7;*/
color: #8af0f0;
color: #770000;
margin: 0 0px;
}
#workspaces button.focused {
color: #ff0000;
}
#workspaces button.urgent {
background: #af005f;
color: #1b1d1e;

View file

@ -1729,14 +1729,18 @@ https://github.com/Alexays/Waybar/wiki/Configuration
}
#workspaces button.focused {
#workspaces button.visible {
padding: 0 5px;
border-radius: 10px;
/* background: #00afd7;*/
color: #8af0f0;
color: #770000;
margin: 0 0px;
}
#workspaces button.focused {
color: #ff0000;
}
#workspaces button.urgent {
background: #af005f;
color: #1b1d1e;