Add files via upload

This commit is contained in:
OdiousImp2604
2021-02-05 15:40:04 +00:00
committed by GitHub
parent c7f4026f7b
commit 78d5c4dfd5

View File

@@ -51,7 +51,7 @@ Arc-Dark Color Scheme
border-radius: 0; border-radius: 0;
min-height: 0; min-height: 0;
margin: 1px; margin: 1px;
padding: 1; padding: 0;
} }
/* The whole bar */ /* The whole bar */
@@ -77,7 +77,7 @@ Arc-Dark Color Scheme
#tray { #tray {
margin-left:10px; margin-left:10px;
margin-right:10px; margin-right:10px;
padding:1; padding:0;
} }
@@ -88,6 +88,7 @@ Arc-Dark Color Scheme
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#battery { #battery {
margin-top:3px;
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
animation-direction: alternate; animation-direction: alternate;
@@ -111,6 +112,9 @@ Arc-Dark Color Scheme
animation-duration: 2s; animation-duration: 2s;
} }
#cpu{
margin-top:2.5px;
}
#cpu.warning { #cpu.warning {
color: orange; color: orange;
} }
@@ -147,6 +151,9 @@ Arc-Dark Color Scheme
color: orange; color: orange;
} }
#pulseaudio{
margin-top:2px;
}
#pulseaudio.muted { #pulseaudio.muted {
color: @highlight; color: @highlight;
} }
@@ -180,14 +187,15 @@ font-size:18px;
color: #c9545d; color: #c9545d;
} }
#custom-power, #custom-power{
#custom-launcher{
margin-left:15px; margin-left:15px;
margin-right:15px; margin-right:15px;
font-size:15px; font-size:20px;
} }
#custom-launcher{ #custom-launcher{
font-size:20px; font-size:20px;
margin-left:15px;
margin-right:10px;
} }