ci: fix
This commit is contained in:
parent
f871626e0a
commit
cd9f745ace
6 changed files with 100 additions and 52 deletions
|
|
@ -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}; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue