stuff
This commit is contained in:
parent
8ca47b27a3
commit
c903813cbc
5 changed files with 26 additions and 29 deletions
|
|
@ -5,10 +5,10 @@
|
|||
}
|
||||
|
||||
tooltip {
|
||||
font-weight: normal;
|
||||
background: rgba(25, 25, 25, 0.9);
|
||||
border: solid 2px rgba(80, 80, 80, 0.9);
|
||||
border-radius: 0px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ window#waybar.hidden {
|
|||
|
||||
button {
|
||||
/* Use box-shadow instead of border so the text isn't offset */
|
||||
/* box-shadow: inset 0 -2px transparent; */
|
||||
box-shadow: none;
|
||||
/* Avoid rounded borders under each button name */
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
|
@ -38,28 +38,24 @@ button:hover {
|
|||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 4px;
|
||||
color: #999999;
|
||||
background-color: transparent;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
color: #ffffff;
|
||||
background: #2c2c2c;
|
||||
background-color: #2c2c2c;
|
||||
}
|
||||
|
||||
#workspaces button.focused,
|
||||
#workspaces button.active {
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #9b0000;
|
||||
}
|
||||
|
||||
.mark {
|
||||
background-color: #505050;
|
||||
color: #9b0000;
|
||||
}
|
||||
|
||||
#mode,
|
||||
|
|
@ -81,8 +77,8 @@ button:hover {
|
|||
#scratchpad,
|
||||
#power-profiles-daemon,
|
||||
#mpd {
|
||||
padding: 0 8px;
|
||||
color: #ffffff;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#window,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue