Slight waybar tweaks
This commit is contained in:
parent
b69c9dbbbf
commit
284e2cad5b
|
@ -423,52 +423,44 @@
|
||||||
#scratchpad {
|
#scratchpad {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
#cpu, #memory, #custom-vram, #custom-media, #custom-clock-long, #custom-clock-short, #backlight, #battery, #custom-weather, #custom-weather2, #custom-notifs {
|
||||||
|
margin: 0 5px 0 2px;
|
||||||
|
}
|
||||||
#cpu {
|
#cpu {
|
||||||
border-bottom: 3px solid #f90000;
|
border-bottom: 3px solid #f90000;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#memory {
|
#memory {
|
||||||
border-bottom: 3px solid #4bffdc;
|
border-bottom: 3px solid #4bffdc;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#custom-vram {
|
#custom-vram {
|
||||||
border-bottom: 3px solid #33FF00;
|
border-bottom: 3px solid #33FF00;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#custom-media {
|
#custom-media {
|
||||||
border-bottom: 3px solid #ffb066;
|
border-bottom: 3px solid #ffb066;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#custom-clock-long {
|
#custom-clock-long {
|
||||||
border-bottom: 3px solid #0a6cf5;
|
border-bottom: 3px solid #0a6cf5;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#custom-clock-short {
|
#custom-clock-short {
|
||||||
border-bottom: 3px solid #0a6cf5;
|
border-bottom: 3px solid #0a6cf5;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#backlight {
|
#backlight {
|
||||||
border-bottom: 3px solid #5ffca3;
|
border-bottom: 3px solid #5ffca3;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#battery {
|
#battery {
|
||||||
border-bottom: 3px solid #fcfc16;
|
border-bottom: 3px solid #fcfc16;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#custom-media.paused {
|
#custom-media.paused {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
#custom-weather {
|
#custom-weather {
|
||||||
border-bottom: 3px solid #${colors.prime};
|
border-bottom: 3px solid #${colors.prime};
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#custom-weather2 {
|
#custom-weather2 {
|
||||||
border-bottom: 3px solid #c75bd3;
|
border-bottom: 3px solid #c75bd3;
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#custom-notifs {
|
#custom-notifs {
|
||||||
border-bottom: 3px solid #${colors.prime};
|
border-bottom: 3px solid #${colors.prime};
|
||||||
margin: 0 5px 0 2px;
|
|
||||||
}
|
}
|
||||||
#custom-notifs.disabled {
|
#custom-notifs.disabled {
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Loading…
Reference in a new issue