This commit is contained in:
Barrett Ruth 2026-03-03 01:23:44 -05:00
parent f871626e0a
commit cd9f745ace
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 100 additions and 52 deletions

View file

@ -2,13 +2,10 @@
pkgs,
lib,
config,
hostConfig,
...
}:
let
c = config.colors;
mkWaybarTheme = palette: ''
* { color: ${palette.fg}; }
window#waybar { background: ${palette.bg}; border-bottom: 2px solid ${palette.bgAlt}; }