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-05-09 01:39:23 -05:00
|
|
|
background: transparent;
|
2024-02-26 01:01:35 -06:00
|
|
|
border-radius: 0px;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
2024-01-16 23:14:21 -06:00
|
|
|
#workspaces button {
|
2024-04-17 04:36:54 -05:00
|
|
|
color: @peach;
|
2024-05-09 01:39:23 -05:00
|
|
|
margin: 1px;
|
|
|
|
border-radius: 10px;
|
|
|
|
transition: all 0.4s ease;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
2024-01-16 23:14:21 -06:00
|
|
|
#workspaces button.active {
|
2024-04-17 04:36:54 -05:00
|
|
|
background-color: alpha(@peach, 0.2);
|
2024-05-09 01:39:23 -05:00
|
|
|
transition: all 0.4s ease;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
2024-02-26 01:01:35 -06:00
|
|
|
.modules-left,
|
|
|
|
.modules-center,
|
2024-01-24 23:48:32 -06:00
|
|
|
.modules-right {
|
2024-04-17 04:36:54 -05:00
|
|
|
padding-top: 2px;
|
2024-04-17 04:22:48 -05:00
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modules-left {
|
2024-04-17 04:36:54 -05:00
|
|
|
padding-left: 0px;
|
2024-04-17 04:22:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.modules-right {
|
2024-04-17 04:36:54 -05:00
|
|
|
padding-right: 0px;
|
2024-01-24 23:48:32 -06:00
|
|
|
}
|
|
|
|
|
2024-01-16 18:33:53 -06:00
|
|
|
#clock,
|
|
|
|
#cpu,
|
|
|
|
#disk,
|
|
|
|
#memory,
|
|
|
|
#network,
|
|
|
|
#temperature,
|
|
|
|
#tray,
|
|
|
|
#wireplumber,
|
2024-04-17 04:22:48 -05:00
|
|
|
#workspaces,
|
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-05-09 01:39:23 -05:00
|
|
|
background-color: alpha(@base, 0.5);
|
2024-04-17 04:36:54 -05:00
|
|
|
border-radius: 10px;
|
|
|
|
border: 1px solid @overlay0;
|
2024-02-26 01:01:35 -06:00
|
|
|
margin-left: 6px;
|
|
|
|
margin-right: 6px;
|
2024-04-17 04:36:54 -05:00
|
|
|
color: @peach;
|
|
|
|
min-width: 90px;
|
2024-04-17 04:22:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#clock {
|
|
|
|
min-width: 100px;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|