Fixed Padding On Waybar

This commit is contained in:
OdiousImp2604
2021-02-22 11:34:27 +00:00
committed by GitHub
parent c76bf953aa
commit f3a3fb25f6
2 changed files with 31 additions and 19 deletions

View File

@@ -71,14 +71,14 @@ Arc-Dark Color Scheme
#custom-keyboard-layout,
#memory,
#mode,
#custom-weather,
#network,
#pulseaudio,
#temperature,
#tray
#custom-PBPbattery{
margin-left:10px;
margin-right:10px;
padding:0;
padding:0.3rem 0.6rem;
margin: 0px 0px;
}
@@ -89,7 +89,7 @@ Arc-Dark Color Scheme
* -------------------------------------------------------------------------- */
#battery {
margin-top:3px;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
@@ -114,7 +114,7 @@ Arc-Dark Color Scheme
}
#cpu{
margin-top:2.5px;
}
#cpu.warning {
color: orange;
@@ -155,7 +155,7 @@ Arc-Dark Color Scheme
}
#pulseaudio{
margin-top:2px;
padding-top:7px;
}
#pulseaudio.muted {
color: @highlight;
@@ -170,7 +170,7 @@ Arc-Dark Color Scheme
}
#workspaces{
font-size:18px;
font-size:15px;
}
#workspaces button {
border-bottom: 3px solid transparent;
@@ -201,4 +201,9 @@ font-size:18px;
margin-right:10px;
}
#backlight.icon{
padding-right:1px;
font-size: 20px;
}