104 lines
1.4 KiB
CSS
Executable File
104 lines
1.4 KiB
CSS
Executable File
@import "mocha.css";
|
|
|
|
* {
|
|
border: none;
|
|
border-radius: 0px;
|
|
min-height: 0;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
font-family: "Hack Nerd Font";
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: #D9CFC2;
|
|
border-radius: 0px;
|
|
border-bottom: 0px solid @overlay0;
|
|
}
|
|
|
|
#workspaces button {
|
|
color: black;
|
|
border-radius: 0px;
|
|
margin: 0px 0px;
|
|
padding: 0px 8px;
|
|
transition: all 0.4s ease;
|
|
}
|
|
|
|
#workspaces button {
|
|
border: 2px solid #EAE5DE;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
border: 2px solid grey;
|
|
transition: all 0.4s ease;
|
|
}
|
|
|
|
|
|
.modules-left,
|
|
.modules-center,
|
|
.modules-right {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
margin: 3px 2px;
|
|
}
|
|
|
|
.modules-left {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.modules-right {
|
|
padding-right: 0px;
|
|
border: 2px solid #EAE5DE;
|
|
}
|
|
|
|
#clock,
|
|
#cpu,
|
|
#disk,
|
|
#memory,
|
|
#temperature,
|
|
#tray,
|
|
#wireplumber,
|
|
#workspaces,
|
|
#network,
|
|
#taskbar,
|
|
#custom-appmenu,
|
|
#custom-gpu,
|
|
#custom-poweroff,
|
|
#custom-weather {
|
|
border-radius: 0px;
|
|
border: 0px;
|
|
margin-left: 6px;
|
|
margin-right: 6px;
|
|
color: black;
|
|
min-width: 45px;
|
|
}
|
|
|
|
#taskbar button {
|
|
color: black;
|
|
border: 1px solid #EAE5DE;
|
|
}
|
|
|
|
#taskbar button.active {
|
|
border: 1px solid grey;
|
|
}
|
|
|
|
#network {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#custom-appmenu {
|
|
padding: 0px 4px;
|
|
border: 2px solid #EAE5DE;
|
|
}
|
|
|
|
#custom-appmenu,
|
|
#workspaces label,
|
|
#network {
|
|
font-size: 18px;
|
|
}
|
|
|
|
|
|
#clock {
|
|
min-width: 80px;
|
|
}
|