dotfiles/waybar/style.css

76 lines
1.1 KiB
CSS
Raw Normal View History

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;
font-size: 12px;
2024-01-16 18:33:53 -06:00
font-family: "Hack Nerd Font";
}
window#waybar {
background-color: alpha(@crust, 0.8);
border-radius: 0px;
border-bottom: 0px solid @overlay0;
2024-01-16 18:33:53 -06:00
}
2024-01-16 23:14:21 -06:00
#workspaces button {
color: @peach;
border-radius: 8px;
margin: 4px 2px;
padding: 0px 2px;
2024-05-09 01:39:23 -05:00
transition: all 0.4s ease;
2024-01-16 18:33:53 -06:00
}
2024-01-16 23:14:21 -06:00
#workspaces button.active {
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
}
.modules-left,
.modules-center,
2024-01-24 23:48:32 -06:00
.modules-right {
2024-05-15 22:31:01 -05:00
padding-top: 0px;
padding-bottom: 0px;
2024-04-17 04:22:48 -05:00
}
.modules-left {
padding-left: 0px;
2024-04-17 04:22:48 -05:00
}
.modules-right {
padding-right: 0px;
2024-01-24 23:48:32 -06:00
}
2024-01-16 18:33:53 -06:00
#clock,
#cpu,
#disk,
#memory,
#temperature,
#tray,
#wireplumber,
2024-04-17 04:22:48 -05:00
#workspaces,
2024-05-15 22:31:01 -05:00
#network,
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-15 22:31:01 -05:00
background-color: transparent;
border-radius: 10px;
2024-05-15 22:31:01 -05:00
border: 0px;
margin-left: 6px;
margin-right: 6px;
color: @peach;
2024-05-15 22:31:01 -05:00
min-width: 45px;
2024-04-17 04:22:48 -05:00
}
#network {
margin: 0px;
padding: 0px;
}
2024-04-17 04:22:48 -05:00
#clock {
2024-05-15 22:31:01 -05:00
min-width: 80px;
2024-01-16 18:33:53 -06:00
}