Enforce the repo convention that committed text is English. Translates ABOUTME headers, code comments, log/error messages, shell prompts, and documentation across all files. CLAUDE.md files remain in German per policy.
19 lines
502 B
CSS
19 lines
502 B
CSS
/* ABOUTME: User override for Waybar styling — extends the system-wide style.css. */
|
|
/* ABOUTME: Define custom styles here, the system-wide base is loaded via @import. */
|
|
|
|
@import url("/etc/xdg/waybar/style.css");
|
|
|
|
/* Add custom styles below. */
|
|
/* Selectors from the system-wide config can be overridden here. */
|
|
|
|
/* Example: color Logitech keyboard battery */
|
|
/*
|
|
#battery-keyboard.warning:not(.charging) {
|
|
color: #e6a200;
|
|
}
|
|
|
|
#battery-keyboard.critical:not(.charging) {
|
|
color: #cc3436;
|
|
}
|
|
*/
|