more waybar style fiddling
This commit is contained in:
parent
af05aae09a
commit
e7049c81eb
12 changed files with 38 additions and 42 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
#workspaces {
|
||||
padding-right: 0px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
|
@ -8,10 +9,12 @@
|
|||
border: none;
|
||||
border-radius: 0px;
|
||||
box-shadow: inset 0 -3px transparent;
|
||||
transition: color 0.5s ease;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #5e81ac;
|
||||
box-shadow: inset 0 -3px #5e81ac;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
|
|
@ -20,10 +23,10 @@
|
|||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #64727d;
|
||||
background-color: #81a1c1;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #eb4d4b;
|
||||
background-color: #bf616a;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue