nixos-config/dotfiles/sway-cave/waybar-style.css
2025-01-28 13:03:50 +01:00

60 lines
700 B
CSS

* {
font-size: 14px;
font-family: "JetBrainsMono Nerd Font";
}
window#waybar {
background: #000000;
color: #f29c71;
}
#workspaces,
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#tray,
#network,
#idle_inhibitor {
background: #1a1a1a;
padding: 0 4px;
margin: 0 4px;
}
#workspaces button {
padding: 0 2px;
color: #333333;
}
#workspaces button.focused {
color: #f29c71;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #1a1a1a;
border: #1a1a1a;
padding: 0 3px;
}
/*
#pulseaudio {
color: #268bd2;
}
#memory {
color: #2aa198;
}
#cpu {
color: #6c71c4;
}
#battery {
color: #859900;
}
#disk {
color: #b58900;
}
*/