1
Fork 0

Fixed weird polybar transparent color

This commit is contained in:
Matei Adriel 2023-01-15 21:40:21 +01:00
parent 6373ad6e93
commit b7c6650fdd
No known key found for this signature in database
2 changed files with 19 additions and 5 deletions

View file

@ -1,10 +1,7 @@
{ pkgs, lib, paths, config, ... }:
let
base16-polybar = pkgs.fetchFromGitHub {
owner = "tinted-theming";
repo = "base16-polybar";
sha256 = "1jcr9mmy6y2g06w1b8211lc1y419hqg55v3ly0a27cjgvg89774c";
rev = "47b7cc1cde79df5dc5e3cf8f9be607283eb5eb6e";
base16-polybar = {
template = builtins.readFile ./template.mustache;
};
script = ''

View file

@ -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}}