Include theme name on xmobar

This commit is contained in:
Emmet 2023-05-28 19:23:59 -05:00
parent 87fda42f52
commit 67476d8507
4 changed files with 15 additions and 12 deletions

View file

@ -6,6 +6,7 @@ let
myThemePath = "../../../themes/"+myTheme+".yaml";
in
{
home.file.".currenttheme".text = myTheme;
stylix.autoEnable = false;
stylix.polarity = myThemePolarity;
stylix.image = pkgs.fetchurl {