dotfiles/waybar/style.css

72 lines
919 B
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-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-01-19 17:04:32 -06:00
background: @base;
border-radius: 16px;
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 {
margin: 4px 0;
2024-01-19 17:04:32 -06:00
border-radius: 6px;
2024-01-16 23:14:21 -06:00
background: transparent;
2024-01-16 18:33:53 -06:00
}
2024-01-16 23:14:21 -06:00
#workspaces button {
color: @overlay0;
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 {
color: @lavender;
border-top: 2px solid @lavender;
transition: all 0.1s ease;
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;
}
#wireplumber{
color: @sapphire;
}
#disk {
color: @peach;
}
#memory {
color: @teal;
}
#cpu {
2024-01-21 00:12:07 -06:00
color: @yellow;
}
#custom-gpu {
color: @pink;
2024-01-16 18:33:53 -06:00
}
#temperature {
color: @sky;
}