nixos/home/hyprland/waybar/style.css

91 lines
1.2 KiB
CSS
Raw Normal View History

* {
2023-12-17 17:42:52 +00:00
font-family: "FiraMono Nerd Font";
font-size: 16px;
}
2023-12-17 17:42:52 +00:00
window {
background: transparent;
}
2023-07-10 11:24:42 +01:00
window > box {
2023-12-17 17:42:52 +00:00
color: #c0caf5;
background: alpha(#1a1b26, 0.5);
box-shadow:
inset 0 0 0 1px alpha(#bb9af7, 0.1),
0 0 0 1px alpha(#1a1b26, 0.5);
margin: 10px 10px 0px;
padding: 0px;
border: 1px solid #bb9af7;
border-radius: 10px;
}
tooltip {
2023-12-17 17:42:52 +00:00
color: #c0caf5;
/* Temp set alpha to 1.0 until I can sort out blurls issue */
background: alpha(#1a1b26, 1);
box-shadow:
inset 0 0 0 1px alpha(#bb9af7, 0.1),
0 0 0 1px alpha(#1a1b26, 0.5);
border: 1px solid #bb9af7;
border-radius: 10px;
padding: 5px;
margin: 0px;
}
#workspaces,
#window,
#mpris,
#pulseaudio,
#battery,
#disk,
#cpu,
#memory,
#temperature,
#clock,
#tray {
2023-12-17 17:42:52 +00:00
margin: 0px;
padding: 1px 5px;
}
#workspaces,
#window,
#mpris,
2023-12-17 17:42:52 +00:00
#tray {
color: #c0caf5;
}
#workspaces button {
2023-12-17 17:42:52 +00:00
background: transparent;
color: #c0caf5;
margin: 0px;
padding: 0px 5px;
}
#workspaces button.empty {
color: #414868;
}
#workspaces button.active {
color: #bb9af7;
}
#workspaces button.urgent {
color: #f7768e;
}
2023-12-17 17:42:52 +00:00
#pulseaudio {
color: #f7768e;
}
#disk {
color: #e0af68;
}
#cpu {
color: #9ece6a;
}
#memory {
color: #7dcfff;
}
#battery {
2023-12-17 17:42:52 +00:00
color: #7aa2f7;
}
#clock {
2023-12-17 17:42:52 +00:00
color: #bb9af7;
}