Changed: waybar conf

This commit is contained in:
DerGrumpf 2025-03-27 13:46:17 +01:00
parent 3c9fdf02ee
commit 8415352b65

View File

@ -31,16 +31,16 @@
max-length = 40;
interval = "once";
exec = pkgs.writeShellScript "hello-from-waybar" ''
echo "from within waybar"
echo "from within waybar $USER"
'';
};
};
};
};
home.file.".config/waybar" = {
/*home.file.".config/waybar" = {
source = ./configs;
# copy the scripts directory recursively
recursive = true;
};
};*/
}