|
|
|
|
@ -20,22 +20,9 @@ window#waybar.empty {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
window#waybar.empty #window { |
|
|
|
|
padding: 0px; |
|
|
|
|
border: 0px; |
|
|
|
|
/* background-color: rgba(66,66,66,0.5); */ /* transparent */ |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
window > box { |
|
|
|
|
background: rgba(0, 0, 0, 0); |
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0); |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
window { |
|
|
|
|
/*font-weight: bold;*/ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tooltip { |
|
|
|
|
color: white; |
|
|
|
|
background: #1e1e2e; |
|
|
|
|
@ -52,7 +39,8 @@ tooltip label{
|
|
|
|
|
/*-----module groups----*/ |
|
|
|
|
.modules-right { |
|
|
|
|
background-color: black; |
|
|
|
|
border: 1px; |
|
|
|
|
color: white; |
|
|
|
|
border-bottom: 2px; |
|
|
|
|
border-style: solid; |
|
|
|
|
border-color: white; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
@ -62,10 +50,11 @@ tooltip label{
|
|
|
|
|
padding-left: 4px; |
|
|
|
|
} |
|
|
|
|
.modules-center { |
|
|
|
|
background-color: black;; |
|
|
|
|
border: 1px; |
|
|
|
|
background-color: white; |
|
|
|
|
color: black; |
|
|
|
|
border-top: 2px; |
|
|
|
|
border-style: solid; |
|
|
|
|
border-color: white; |
|
|
|
|
border-color: black; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
padding-top: 2px; |
|
|
|
|
padding-bottom: 2px; |
|
|
|
|
@ -74,7 +63,9 @@ tooltip label{
|
|
|
|
|
} |
|
|
|
|
.modules-left { |
|
|
|
|
background-color: black; |
|
|
|
|
border: 1px; |
|
|
|
|
color: white; |
|
|
|
|
border-bottom: 2px; |
|
|
|
|
border-bottom: 2px; |
|
|
|
|
border-style: solid; |
|
|
|
|
border-color: white; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
@ -95,7 +86,7 @@ tooltip label{
|
|
|
|
|
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
|
} |
|
|
|
|
#workspaces button:hover { |
|
|
|
|
color: grey; |
|
|
|
|
color: black; |
|
|
|
|
background-color: rgba(0,153,153,0.2); |
|
|
|
|
padding-left: 2px; |
|
|
|
|
padding-right: 2px; |
|
|
|
|
@ -104,7 +95,7 @@ tooltip label{
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#workspaces button.active { |
|
|
|
|
color: white; |
|
|
|
|
color: grey; |
|
|
|
|
background: rgba(191, 191, 191,0.1); |
|
|
|
|
padding-left: 8px; |
|
|
|
|
padding-right: 8px; |
|
|
|
|
@ -167,10 +158,6 @@ tooltip label{
|
|
|
|
|
padding-right: 4px; |
|
|
|
|
padding-left: 4px; |
|
|
|
|
} |
|
|
|
|
#mode { |
|
|
|
|
color: #cc3436; |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
#custom-power { |
|
|
|
|
padding: 1px 3px; |
|
|
|
|
} |
|
|
|
|
@ -185,11 +172,6 @@ tooltip label{
|
|
|
|
|
color: #cc3436; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#waybar { |
|
|
|
|
background-color: #282828; |
|
|
|
|
color: #d8d8d8; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@keyframes blink { |
|
|
|
|
to { |
|
|
|
|
color: #000000; |
|
|
|
|
@ -219,9 +201,7 @@ tooltip label{
|
|
|
|
|
animation: gradient_f 20s ease-in infinite; |
|
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
|
} |
|
|
|
|
#waybar.empty, #waybar.tiled, #waybar.floating { |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#pulseaudio-slider slider { |
|
|
|
|
min-width: 0px; |
|
|
|
|
min-height: 0px; |
|
|
|
|
|