Even moar styling
This commit is contained in:
parent
d701f79c11
commit
9bf9cd4d69
1 changed files with 9 additions and 31 deletions
|
|
@ -21,6 +21,7 @@
|
|||
font-family: JetBrainsMono, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
border-radius: 0;
|
||||
color: @base2;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
|
@ -41,14 +42,6 @@ window#waybar.hidden {
|
|||
opacity: 0.2;
|
||||
}
|
||||
|
||||
/*
|
||||
window#waybar.empty {
|
||||
background-color: transparent;
|
||||
}
|
||||
window#waybar.solo {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
*/
|
||||
|
||||
window#waybar.termite {
|
||||
background-color: #3F3F3F;
|
||||
|
|
@ -97,7 +90,6 @@ button:hover {
|
|||
box-shadow: inset 0 -3px @base03;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#battery,
|
||||
#cpu,
|
||||
#memory,
|
||||
|
|
@ -124,7 +116,7 @@ button:hover {
|
|||
#workspaces {
|
||||
margin: 0 4px;
|
||||
}
|
||||
halestorm darkness always wins
|
||||
|
||||
.modules-right *, .modules-left * {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
@ -133,7 +125,7 @@ halestorm darkness always wins
|
|||
.modules-left > widget:first-child > #workspaces {
|
||||
margin-left: 0;
|
||||
}
|
||||
halestorm darkness always wins
|
||||
|
||||
/* If workspaces is the rightmost module, omit right margin */
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
margin-right: 0;
|
||||
|
|
@ -147,9 +139,9 @@ halestorm darkness always wins
|
|||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
|
||||
#clock {
|
||||
border-bottom: 3px solid @violet;
|
||||
padding: 0 10px;
|
||||
color: @base2;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
|
|
@ -260,28 +252,13 @@ label:focus {
|
|||
min-width: 16px;
|
||||
}
|
||||
|
||||
#keyboard-state {
|
||||
background: #97e1ad;
|
||||
color: #000000;
|
||||
padding: 0 0px;
|
||||
margin: 0 5px;
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
#keyboard-state > label {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#keyboard-state > label.locked {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#scratchpad {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#scratchpad.empty {
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#privacy {
|
||||
|
|
@ -294,13 +271,14 @@ label:focus {
|
|||
}
|
||||
|
||||
#privacy-item.screenshare {
|
||||
background-color: #cf5700;
|
||||
border-bottom: 3px solid @orange;
|
||||
}
|
||||
|
||||
#privacy-item.audio-in {
|
||||
background-color: #1ca000;
|
||||
border-bottom: 3px solid @green;
|
||||
}
|
||||
|
||||
#privacy-item.audio-out {
|
||||
background-color: #0069d4;
|
||||
border-bottom: 3px solid @cyan;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue