mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Include theme name on xmobar
This commit is contained in:
parent
87fda42f52
commit
67476d8507
4 changed files with 15 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue