2024-01-16 18:33:53 -06:00
|
|
|
@import "mocha.css";
|
|
|
|
|
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0px;
|
|
|
|
min-height: 0;
|
2024-01-29 02:58:59 -06:00
|
|
|
font-weight: bold;
|
2024-01-16 23:14:21 -06:00
|
|
|
font-size: 14px;
|
2024-01-16 18:33:53 -06:00
|
|
|
font-family: "Hack Nerd Font";
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2024-02-08 03:57:45 -06:00
|
|
|
background: alpha(@base, 0.6);
|
|
|
|
border: 4px solid @sapphire;
|
2024-01-29 02:58:59 -06:00
|
|
|
border-radius: 8px;
|
2024-01-16 23:14:21 -06:00
|
|
|
color: @text;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar.hidden {
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
2024-01-16 23:14:21 -06:00
|
|
|
#workspaces {
|
|
|
|
background: transparent;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
2024-01-16 23:14:21 -06:00
|
|
|
#workspaces button {
|
2024-02-08 03:57:45 -06:00
|
|
|
color: @blue;
|
2024-01-16 23:14:21 -06:00
|
|
|
background: transparent;
|
|
|
|
transition: all 0.1s ease;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
2024-01-16 23:14:21 -06:00
|
|
|
#workspaces button.active {
|
2024-02-08 03:57:45 -06:00
|
|
|
background-color: @blue;
|
2024-01-29 02:58:59 -06:00
|
|
|
margin: 4px;
|
|
|
|
border-radius: 6px;
|
2024-01-16 23:14:21 -06:00
|
|
|
transition: all 0.1s ease;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
2024-01-24 23:48:32 -06:00
|
|
|
.modules-left {
|
2024-02-08 03:57:45 -06:00
|
|
|
color: @blue;
|
2024-01-29 02:58:59 -06:00
|
|
|
margin: 2px;
|
|
|
|
border-radius: 16px;
|
2024-01-24 23:48:32 -06:00
|
|
|
}
|
|
|
|
.modules-center {
|
|
|
|
border-radius: 16px;
|
2024-01-29 02:58:59 -06:00
|
|
|
margin: 2px;
|
2024-01-24 23:48:32 -06:00
|
|
|
}
|
|
|
|
.modules-right {
|
2024-02-08 03:57:45 -06:00
|
|
|
color: @blue;
|
2024-01-29 02:58:59 -06:00
|
|
|
border-radius: 16px;
|
|
|
|
margin: 2px;
|
2024-01-24 23:48:32 -06:00
|
|
|
}
|
|
|
|
|
2024-01-16 18:33:53 -06:00
|
|
|
#clock,
|
|
|
|
#cpu,
|
|
|
|
#disk,
|
|
|
|
#memory,
|
|
|
|
#network,
|
|
|
|
#temperature,
|
|
|
|
#tray,
|
|
|
|
#workspaces,
|
|
|
|
#wireplumber,
|
2024-01-21 00:12:07 -06:00
|
|
|
#custom-gpu,
|
2024-01-16 18:33:53 -06:00
|
|
|
#custom-poweroff,
|
2024-01-16 23:14:21 -06:00
|
|
|
#custom-weather {
|
2024-01-16 18:33:53 -06:00
|
|
|
padding: 0 10px;
|
|
|
|
}
|