2024-04-18 13:12:39 -05:00
|
|
|
@import "frappe.css";
|
2024-01-16 18:33:53 -06:00
|
|
|
|
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0px;
|
|
|
|
min-height: 0;
|
2024-02-27 11:32:33 -06:00
|
|
|
font-weight: bold;
|
2024-01-16 22:40:16 -06:00
|
|
|
font-size: 14px;
|
2024-01-16 18:33:53 -06:00
|
|
|
font-family: "Hack Nerd Font";
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2025-03-03 23:46:53 -06:00
|
|
|
background-color: alpha(@crust, 0.3);
|
2024-02-27 11:32:33 -06:00
|
|
|
border-radius: 0px;
|
2025-03-03 23:46:53 -06:00
|
|
|
border-bottom: 0px solid @overlay0;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button {
|
2024-04-18 13:12:39 -05:00
|
|
|
color: @peach;
|
2025-03-03 23:46:53 -06:00
|
|
|
border-radius: 8px;
|
|
|
|
margin: 4px 2px;
|
|
|
|
padding: 0px 8px;
|
|
|
|
padding-right: 12px; /* why?? */
|
|
|
|
transition: all 0.4s ease;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
2024-01-16 22:40:16 -06:00
|
|
|
#workspaces button.active {
|
2024-04-18 13:12:39 -05:00
|
|
|
background-color: alpha(@peach, 0.2);
|
2025-03-03 23:46:53 -06:00
|
|
|
transition: all 0.4s ease;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
|
|
|
|
2024-02-27 11:32:33 -06:00
|
|
|
.modules-left,
|
|
|
|
.modules-center,
|
|
|
|
.modules-right {
|
2025-03-03 23:46:53 -06:00
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modules-left {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modules-right {
|
|
|
|
padding-right: 0px;
|
2024-02-27 11:32:33 -06:00
|
|
|
}
|
|
|
|
|
2024-01-16 18:33:53 -06:00
|
|
|
#clock,
|
|
|
|
#cpu,
|
|
|
|
#disk,
|
|
|
|
#memory,
|
|
|
|
#temperature,
|
|
|
|
#tray,
|
2025-03-03 23:46:53 -06:00
|
|
|
#wireplumber,
|
|
|
|
#workspaces,
|
|
|
|
#network,
|
|
|
|
#custom-appmenu,
|
|
|
|
#custom-gpu,
|
2024-01-16 18:33:53 -06:00
|
|
|
#custom-poweroff,
|
2024-01-16 22:40:16 -06:00
|
|
|
#custom-weather {
|
2025-03-03 23:46:53 -06:00
|
|
|
background-color: transparent;
|
2024-04-18 13:12:39 -05:00
|
|
|
border-radius: 10px;
|
2025-03-03 23:46:53 -06:00
|
|
|
border: ;
|
2024-02-27 11:32:33 -06:00
|
|
|
margin-left: 6px;
|
|
|
|
margin-right: 6px;
|
2024-04-18 13:12:39 -05:00
|
|
|
color: @peach;
|
2025-03-03 23:46:53 -06:00
|
|
|
min-width: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2024-01-16 18:33:53 -06:00
|
|
|
}
|
2024-02-27 11:32:33 -06:00
|
|
|
|
2025-03-03 23:46:53 -06:00
|
|
|
#custom-appmenu,
|
|
|
|
#workspaces label,
|
|
|
|
#network {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-04-18 13:12:39 -05:00
|
|
|
#clock {
|
2025-03-03 23:46:53 -06:00
|
|
|
min-width: 80px;
|
2024-02-27 11:32:33 -06:00
|
|
|
}
|
2025-03-03 23:46:53 -06:00
|
|
|
|