Fixed weird polybar transparent color
This commit is contained in:
parent
6373ad6e93
commit
b7c6650fdd
|
@ -1,10 +1,7 @@
|
||||||
{ pkgs, lib, paths, config, ... }:
|
{ pkgs, lib, paths, config, ... }:
|
||||||
let
|
let
|
||||||
base16-polybar = pkgs.fetchFromGitHub {
|
base16-polybar = {
|
||||||
owner = "tinted-theming";
|
template = builtins.readFile ./template.mustache;
|
||||||
repo = "base16-polybar";
|
|
||||||
sha256 = "1jcr9mmy6y2g06w1b8211lc1y419hqg55v3ly0a27cjgvg89774c";
|
|
||||||
rev = "47b7cc1cde79df5dc5e3cf8f9be607283eb5eb6e";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
script = ''
|
script = ''
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
[colors]
|
||||||
|
base00 = {{base00-hex}}
|
||||||
|
base01 = {{base01-hex}}
|
||||||
|
base02 = {{base02-hex}}
|
||||||
|
base03 = {{base03-hex}}
|
||||||
|
base04 = {{base04-hex}}
|
||||||
|
base05 = {{base05-hex}}
|
||||||
|
base06 = {{base06-hex}}
|
||||||
|
base07 = {{base07-hex}}
|
||||||
|
base08 = {{base08-hex}}
|
||||||
|
base09 = {{base09-hex}}
|
||||||
|
base0A = {{base0A-hex}}
|
||||||
|
base0B = {{base0B-hex}}
|
||||||
|
base0C = {{base0C-hex}}
|
||||||
|
base0D = {{base0D-hex}}
|
||||||
|
base0E = {{base0E-hex}}
|
||||||
|
base0F = {{base0F-hex}}
|
Loading…
Reference in a new issue