waybar: Windows Vista style bar
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s
This commit is contained in:
@@ -3,7 +3,21 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
border-radius: 1em;
|
||||
background: linear-gradient( rgba(26, 26, 26, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(13, 13, 13, 0.6) 50%, rgba(0, 0, 0, 0.6) );
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.8);
|
||||
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
|
||||
text-shadow: black 0px 0px 2px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(255,255,255,0.1);
|
||||
border: none;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
|
@@ -8,9 +8,8 @@
|
||||
settings = [
|
||||
{
|
||||
layer = "top";
|
||||
position = "top";
|
||||
position = "bottom";
|
||||
height = 30;
|
||||
margin = "10 20 0 20";
|
||||
spacing = 10;
|
||||
|
||||
modules-left = [
|
||||
|
Reference in New Issue
Block a user