various updates
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
* {
|
||||
border: none;
|
||||
font-family: 'Fira Sans Semibold', 'Symbols Nerd Font Mono';
|
||||
font-size: 16px;
|
||||
font-family: 'Cantarell', 'monospace', 'Symbols Nerd Font Mono';
|
||||
font-size: 12px;
|
||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
/* All modules */
|
||||
@ -14,15 +14,12 @@ window#waybar {
|
||||
/* Module on the left */
|
||||
.modules-left {
|
||||
color: #cdd6f4;
|
||||
margin-top: 4px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
color: white;
|
||||
padding: 0px 9px;
|
||||
border-radius: 100px;
|
||||
padding: 0px 8px;
|
||||
padding-left: 18px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
@ -35,7 +32,6 @@ window#waybar {
|
||||
margin-left: 10px;
|
||||
font-size: 12px;
|
||||
border-radius: 100px;
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
@ -43,34 +39,32 @@ window#waybar {
|
||||
color: white;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
transition: all 0.2s ease-in;
|
||||
border-radius: 100px;
|
||||
padding: 0px 4px;
|
||||
margin: 0px 2px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: none;
|
||||
background-color: black;
|
||||
color: white;
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: #33ccff;
|
||||
color: #167797;
|
||||
border-radius: 100px;
|
||||
padding: 0px 10px;
|
||||
color: #33ccff;
|
||||
}
|
||||
|
||||
#custom-spotify {
|
||||
margin-left: 20px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#custom-spotify:hover {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
/* Module in the middle */
|
||||
#clock {
|
||||
color: #cdd6f4;
|
||||
margin-top: 3px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-right: 15px;
|
||||
@ -79,36 +73,34 @@ window#waybar {
|
||||
/* Module on the right */
|
||||
|
||||
.modules-right {
|
||||
color: black;
|
||||
margin-top: 3px;
|
||||
color: white;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#custom-wireguard, #memory {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 0px 100px 100px 0px;
|
||||
padding-right: 7px;
|
||||
.modules-right *:hover {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#bluetooth, #cpu {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 100px 0px 0px 100px;
|
||||
padding: 0px 7px;
|
||||
.modules-right * {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
|
||||
#memory {
|
||||
margin-right: 7px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: white;
|
||||
margin-right: 7px;
|
||||
#cpu {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#privacy {
|
||||
background-color: rgba(17, 17, 27, 0.15);
|
||||
padding: 0px 10px;
|
||||
border-radius: 100px;
|
||||
color: white;
|
||||
margin-right: 7px;
|
||||
}
|
||||
#bluetooth {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#custom-wireguard {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user