Files
mw-pfeddersheim-workstation/ansible/roles/hyprland/templates/waybar_style.css.j2
T
ja 2bf5f5c005 ansible: sync templates with live system state
- hyprland: add pulseaudio + custom/gpu modules to waybar
- hyprland: template hyprlauncher.conf
- hyprland: add keybinding updates (yazi, chrome, screenshots, reload)
- hyprland: add uwsm package, replace wofi with hyprlauncher
- hyprland: add waybar GPU monitoring script
- greetd: update tuigreet command to uwsm start
- vars: add uwsm, hyprlauncher; remove wofi; add screenshot tools
2026-05-21 09:10:24 +02:00

31 lines
496 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, #pulseaudio, #custom-gpu {
padding: 0 10px;
}
#pulseaudio:hover {
background: #555;
}