85 lines
1.2 KiB
CSS
Executable File
85 lines
1.2 KiB
CSS
Executable File
@import "mocha.css";
|
|
|
|
* {
|
|
border: none;
|
|
border-radius: 0px;
|
|
min-height: 0;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
font-family: "Hack Nerd Font";
|
|
}
|
|
|
|
window#waybar {
|
|
border-radius: 0px;
|
|
border-bottom: 0px solid @overlay0;
|
|
background: rgb(0, 78, 214);
|
|
}
|
|
|
|
#workspaces button {
|
|
border-radius: 8px;
|
|
margin: 4px 2px;
|
|
padding: 0px 8px;
|
|
transition: all 0.4s ease;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
transition: all 0.4s ease;
|
|
}
|
|
|
|
.modules-left,
|
|
.modules-center,
|
|
.modules-right {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
.modules-left {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.modules-right {
|
|
padding-right: 0px;
|
|
background: rgb(63, 149, 235);
|
|
}
|
|
|
|
#custom-appmenu {
|
|
background: rgb(0, 141, 0);
|
|
padding: 0px 12px;
|
|
border-top-right-radius: 13px;
|
|
border-bottom-right-radius: 13px;
|
|
border-right: solid 3px #088;
|
|
}
|
|
|
|
#clock,
|
|
#cpu,
|
|
#disk,
|
|
#memory,
|
|
#temperature,
|
|
#tray,
|
|
#wireplumber,
|
|
#workspaces,
|
|
#network,
|
|
#custom-gpu,
|
|
#custom-poweroff,
|
|
#custom-weather {
|
|
margin-left: 4px;
|
|
margin-right: 2px;
|
|
min-width: 45px;
|
|
}
|
|
|
|
#network {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#custom-appmenu,
|
|
#workspaces label,
|
|
#network {
|
|
font-size: 18px;
|
|
}
|
|
|
|
|
|
#clock {
|
|
min-width: 80px;
|
|
}
|