feat: add hyprland environment templates

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
ja
2026-05-20 10:49:07 +02:00
co-authored by Junie
parent 54d8729e63
commit bab92f0292
6 changed files with 267 additions and 0 deletions
@@ -0,0 +1,26 @@
* {
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;
}