waybar: Add border-bottom to workspace buttons

This commit is contained in:
Donovan Glover 2023-06-10 20:59:14 -04:00
parent 50e317fc22
commit b4cde71c3b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -117,6 +117,7 @@
#workspaces button {
padding: 12px 0;
border-radius: 0;
border-bottom: 1px solid alpha(@base02, 0.5);
}
#workspaces button.active {