updated config for wayland/hyprland

This commit is contained in:
2025-12-29 20:35:16 +11:00
parent d0cf22a735
commit 8c10086d0a
31 changed files with 2586 additions and 22 deletions

11
.config/waybar/style.css Normal file
View File

@@ -0,0 +1,11 @@
@import "mocha.css";
* {
/* reference the color by using @color-name */
color: @text;
}
window#waybar {
/* you can also GTK3 CSS functions! */
background-color: shade(@base, 0.9);
border: 2px solid alpha(@crust, 0.3);
}