Files
mw-pfeddersheim-workstation/ansible/roles/hyprland/templates/waybar_style.css.j2
T
2026-05-20 10:49:07 +02:00

27 lines
425 B
Django/Jinja

* {
border: none;
border-radius: 0;
font-family: monospace;
font-size: 14px;
}
window#waybar {
background: rgba(43, 48, 59, 0.5);
color: #ffffff;
}
#workspaces button {
padding: 0 5px;
background: transparent;
color: #ffffff;
}
#workspaces button.active {
background: #64727D;
border-bottom: 3px solid #ffffff;
}
#clock, #cpu, #memory, #network, #tray {
padding: 0 10px;
}