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