19 lines
941 B
CSS
19 lines
941 B
CSS
/* Fallback wallbash palette for the custom waybar rig (Catppuccin Mocha, copied from wm's
|
|
* live ~/.config/waybar/theme.css 2026-08-17). layouts/custom.css does `@import
|
|
* "../theme.css"` and a missing import target kills waybar outright — on themed hosts
|
|
* HyDE/wallbash generates and keeps overwriting that file, but a host where wallbash never
|
|
* ran (or where the pre-2026-08-14 stow link dangles) has nothing there. install.sh seeds
|
|
* ~/.config/waybar/theme.css from this copy only when the file is absent; it never
|
|
* overwrites a generator-owned one. Deliberately NOT stowed as theme.css itself: wallbash
|
|
* would then write through the symlink into the repo on every wallpaper change. */
|
|
@define-color bar-bg rgba(0, 0, 0, 0.1);
|
|
|
|
@define-color main-bg #11111b;
|
|
@define-color main-fg #cdd6f4;
|
|
|
|
@define-color wb-act-bg #a6adc8;
|
|
@define-color wb-act-fg #313244;
|
|
|
|
@define-color wb-hvr-bg #f5c2e7;
|
|
@define-color wb-hvr-fg #313244;
|