waybar: tweaks

This commit is contained in:
thomasabishop 2024-04-04 15:59:22 +01:00
parent 0a1b21c300
commit 51ec884532

View file

@ -34,11 +34,6 @@ tooltip label {
margin-right: 10px; margin-right: 10px;
} }
#custom-os {
padding: 0px 8px;
margin: 5px 3px 6px;
}
#clock, #clock,
#custom-wakatime, #custom-wakatime,
#network, #network,
@ -94,10 +89,6 @@ tooltip label {
margin-right: 10px; margin-right: 10px;
} }
#custom-os {
margin-left: 5px;
}
#custom-notification { #custom-notification {
margin-right: 5px; margin-right: 5px;
} }
@ -196,9 +187,10 @@ tooltip label {
/* Specific module styles */ /* Specific module styles */
#custom-os { #custom-os {
margin-right: 10px; margin: 5px 15px 5px 5px;
font-size: 18px; font-size: 18px;
padding-right: 14px; padding: 0 12px 0 5px;
/* padding-right: 14px; */
color: #282828; color: #282828;
background-color: #a89984; background-color: #a89984;
border: 2px solid; /* Base border */ border: 2px solid; /* Base border */