mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 12:11:54 +00:00
Update Waybar styles for improved transparency and button margins
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(30, 30, 46, 0.85);
|
||||
background: rgba(30, 30, 46, 0.45);
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
@@ -22,13 +22,23 @@ window#waybar {
|
||||
|
||||
#workspaces button {
|
||||
padding: 0px 10px;
|
||||
margin: 4px 3px;
|
||||
border-radius: 10px;
|
||||
margin: 1px 3px;
|
||||
/* border-radius: 10px; */
|
||||
color: #cdd6f4;
|
||||
background: transparent;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
#workspaces button:nth-child(1) {
|
||||
border-top-left-radius: 100%;
|
||||
border-bottom-left-radius: 100%;
|
||||
}
|
||||
|
||||
#workspaces button:nth-last-child(1) {
|
||||
border-top-right-radius: 100%;
|
||||
border-bottom-right-radius: 100%;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: rgba(137, 180, 250, 0.3);
|
||||
color: #89b4fa;
|
||||
|
||||
Reference in New Issue
Block a user